Class Chunk

java.lang.Object
org.rspeer.game.position.Chunk

@Deprecated public class Chunk extends Object
Deprecated.
  • Field Details

  • Constructor Details

    • 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, jag.oldscape.RSCoordZoneSource packed)
      Deprecated.
  • Method Details

    • 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.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

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

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