Class Region


  • public class Region
    extends Object
    • Constructor Detail

      • Region

        public Region​(int x,
                      int y)
      • Region

        public Region​(int packed)
    • Method Detail

      • getPackedCoordinate

        public int getPackedCoordinate()
      • getChunks

        public List<Chunk> getChunks​(int floor)
      • getX

        public int getX()
      • getY

        public int getY()