java.lang.Object
com.hypixel.hytale.server.worldgen.util.bounds.ChunkBounds
com.hypixel.hytale.server.worldgen.util.bounds.WorldBounds
All Implemented Interfaces:
IChunkBounds, IWorldBounds

public class WorldBounds extends ChunkBounds implements IWorldBounds
  • Field Details

    • minY

      protected int minY
    • maxY

      protected int maxY
  • Constructor Details

    • WorldBounds

      public WorldBounds()
    • WorldBounds

      public WorldBounds(@Nonnull IWorldBounds bounds)
    • WorldBounds

      public WorldBounds(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
    • WorldBounds

      public WorldBounds(int x, int y, int z)
  • Method Details

    • getLowBoundY

      public int getLowBoundY()
      Specified by:
      getLowBoundY in interface IWorldBounds
    • getHighBoundY

      public int getHighBoundY()
      Specified by:
      getHighBoundY in interface IWorldBounds
    • expandNegative

      public void expandNegative(double x, double y, double z)
    • expandPositive

      public void expandPositive(double x, double y, double z)
    • include

      public void include(@Nonnull IChunkBounds bounds)
      Overrides:
      include in class ChunkBounds