Interface IWorldBounds

All Superinterfaces:
IChunkBounds
All Known Subinterfaces:
DistortedShape
All Known Implementing Classes:
AbstractDistortedBody, AbstractDistortedExtrusion, AbstractDistortedShape, CylinderCaveNodeShape, DistortedCylinderShape, DistortedEllipsoidShape, DistortedPipeShape, EllipsoidCaveNodeShape, EmptyLineCaveNodeShape, PipeCaveNodeShape, PrefabCaveNodeShape, TetrahedronCaveNodeShape, WorldBounds

public interface IWorldBounds extends IChunkBounds
  • Method Details

    • getLowBoundY

      int getLowBoundY()
    • getHighBoundY

      int getHighBoundY()
    • intersectsChunk

      default boolean intersectsChunk(long chunkIndex)
      Specified by:
      intersectsChunk in interface IChunkBounds
    • randomY

      default int randomY(@Nonnull Random random)
    • fractionY

      default double fractionY(double d)