Interface FlatRegion

All Superinterfaces:
Cloneable, Iterable<BlockVector3>, Region
All Known Implementing Classes:
AbstractFlatRegion, CuboidRegion, CylinderRegion, Polygonal2DRegion

public interface FlatRegion extends Region
  • Method Details

    • getMinimumY

      int getMinimumY()
      Gets the minimum Y value.
      Returns:
      the Y value
    • getMaximumY

      int getMaximumY()
      Gets the maximum Y value.
      Returns:
      the Y value
    • asFlatRegion

      Iterable<BlockVector2> asFlatRegion()
      Get this region as an iterable flat region.
      Returns:
      a flat region iterable