Class Chunk


  • public class Chunk
    extends Object
    • Constructor Detail

      • Chunk

        public Chunk​(int offsetX,
                     int offsetY,
                     int x,
                     int y,
                     int floor,
                     int rotation)
      • Chunk

        public Chunk​(int offsetX,
                     int offsetY,
                     int x,
                     int y,
                     int floor)
      • Chunk

        public Chunk​(int offsetX,
                     int offsetY,
                     int x,
                     int y)
      • Chunk

        public Chunk​(int offsetX,
                     int offsetY,
                     int packed)
    • Method Detail

      • getRegion

        public Region getRegion()
      • getBasePosition

        public Position getBasePosition()
      • getArea

        public Area getArea()
      • contains

        public boolean contains​(Position position)
      • getInstanceBase

        public Position getInstanceBase()
      • getId

        public int getId()
      • getX

        public int getX()
      • getY

        public int getY()
      • getOffsetX

        public int getOffsetX()
      • getOffsetY

        public int getOffsetY()
      • getFloorLevel

        public int getFloorLevel()
      • getRotation

        public int getRotation()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object