public interface FlatRegion extends Region
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Vector2D> |
asFlatRegion()
Get this region as an iterable flat region.
|
int |
getMaximumY()
Gets the maximum Y value
|
int |
getMinimumY()
Gets the minimum Y value
|
clone, contains, contract, expand, getArea, getCenter, getChunkCubes, getChunks, getHeight, getLength, getMaximumPoint, getMinimumPoint, getWidth, getWorld, polygonize, setWorld, shift
int getMinimumY()
int getMaximumY()
java.lang.Iterable<Vector2D> asFlatRegion()