Package com.sk89q.worldedit.regions
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 com.sk89q.worldedit.regions.AbstractRegion
world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the maximum Y value.intGets the minimum Y value.Methods inherited from class com.sk89q.worldedit.regions.AbstractRegion
clone, equals, getCenter, getChunkCubes, getChunks, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, iterator, polygonize, setWorld, shift, sizeMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com.sk89q.worldedit.regions.FlatRegion
asFlatRegionMethods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, processGet, remove, trimNBT, trimNBT, trimYMethods inherited from interface com.sk89q.worldedit.regions.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
-