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
-
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, equals, getCenter, getChunkCubes, getChunks, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, iterator, polygonize, setWorld, shift, size
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface com.sk89q.worldedit.regions.FlatRegion
asFlatRegion
Methods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, remove, trimNBT, trimNBT, trimY
Methods 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:FlatRegion
Gets the minimum Y value.- Specified by:
getMinimumY
in interfaceFlatRegion
- Specified by:
getMinimumY
in interfaceRegion
- Returns:
- the Y value
-
getMaximumY
public int getMaximumY()Description copied from interface:FlatRegion
Gets the maximum Y value.- Specified by:
getMaximumY
in interfaceFlatRegion
- Specified by:
getMaximumY
in interfaceRegion
- Returns:
- the Y value
-