Class Chunk

    • Constructor Detail

      • Chunk

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

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

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

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

      • getRegion

        public Region getRegion()
        Deprecated.
      • getBasePosition

        public Position getBasePosition()
        Deprecated.
      • getArea

        public Area getArea()
        Deprecated.
      • getPositions

        public List<Position> getPositions()
        Deprecated.
      • contains

        public boolean contains​(Position position)
        Deprecated.
      • getInstanceBase

        public Position getInstanceBase()
        Deprecated.
      • getInstancePosition

        public Position getInstancePosition​(Position trans)
        Deprecated.
      • getId

        public int getId()
        Deprecated.
      • getX

        public int getX()
        Deprecated.
      • getY

        public int getY()
        Deprecated.
      • getOffsetX

        public int getOffsetX()
        Deprecated.
      • getOffsetY

        public int getOffsetY()
        Deprecated.
      • getFloorLevel

        public int getFloorLevel()
        Deprecated.
      • getRotation

        public int getRotation()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object