Class AbstractFlatRegion
java.lang.Object
java.util.AbstractCollection<BlockVector3>
java.util.AbstractSet<BlockVector3>
com.sk89q.worldedit.regions.AbstractRegion
com.sk89q.worldedit.regions.AbstractFlatRegion
- All Implemented Interfaces:
IBatchProcessor, FlatRegion, Region, Cloneable, Iterable<BlockVector3>, Collection<BlockVector3>, Set<BlockVector3>
-
Field Summary
Fields inherited from class AbstractRegion
world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the maximum Y value.intGets the minimum Y value.Methods inherited from class AbstractRegion
clone, equals, getCenter, getChunkCubes, getChunks, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, iterator, polygonize, setWorld, shift, sizeMethods inherited from class AbstractSet
removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface FlatRegion
asFlatRegionMethods inherited from interface IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, processGet, remove, trimNBT, trimNBT, trimYMethods inherited from interface Region
clone, construct, contains, contains, contains, containsChunk, containsEntireCuboid, contract, expand, filter, filter, filter, filter, filter, getArea, getBoundingBox, getCenter, getChunkCubes, getChunks, getDimensions, getHeight, getLength, getMaximumPoint, getMinimumPoint, getScope, getVolume, getWidth, getWorld, isGlobal, polygonize, processSet, processSet, setWorld, shift
-
Constructor Details
-
AbstractFlatRegion
-
-
Method Details
-
getMinimumY
public int getMinimumY()Description copied from interface:FlatRegionGets the minimum Y value.- Specified by:
getMinimumYin interfaceFlatRegion- Specified by:
getMinimumYin interfaceRegion- Returns:
- the Y value
-
getMaximumY
public int getMaximumY()Description copied from interface:FlatRegionGets the maximum Y value.- Specified by:
getMaximumYin interfaceFlatRegion- Specified by:
getMaximumYin interfaceRegion- Returns:
- the Y value
-