Interface FlatRegion

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

public interface FlatRegion extends Region
  • Method Details

    • getMinimumY

      int getMinimumY()
      Gets the minimum Y value.
      Specified by:
      getMinimumY in interface Region
      Returns:
      the Y value
    • getMaximumY

      int getMaximumY()
      Gets the maximum Y value.
      Specified by:
      getMaximumY in interface Region
      Returns:
      the Y value
    • asFlatRegion

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