Package com.sk89q.worldedit.regions
Class AbstractFlatRegion
java.lang.Object
com.sk89q.worldedit.regions.AbstractRegion
com.sk89q.worldedit.regions.AbstractFlatRegion
- All Implemented Interfaces:
FlatRegion
,Region
,Cloneable
,Iterable<BlockVector3>
-
Field Summary
Fields inherited from class com.sk89q.worldedit.regions.AbstractRegion
world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the maximum Y value.int
Gets the minimum Y value.Methods inherited from class com.sk89q.worldedit.regions.AbstractRegion
clone, getCenter, getChunkCubes, getChunks, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, iterator, polygonize, setWorld, shift
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.regions.FlatRegion
asFlatRegion
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.sk89q.worldedit.regions.Region
clone, contains, contract, expand, getArea, getBoundingBox, getCenter, getChunkCubes, getChunks, getHeight, getLength, getMaximumPoint, getMinimumPoint, getVolume, getWidth, getWorld, polygonize, setWorld, shift
-
Constructor Details
-
AbstractFlatRegion
-
-
Method Details
-
getMinimumY
public int getMinimumY()Description copied from interface:FlatRegion
Gets the minimum Y value.- Specified by:
getMinimumY
in interfaceFlatRegion
- Returns:
- the Y value
-
getMaximumY
public int getMaximumY()Description copied from interface:FlatRegion
Gets the maximum Y value.- Specified by:
getMaximumY
in interfaceFlatRegion
- Returns:
- the Y value
-