Class Region

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

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

  • Constructor Details

    • Region

      public Region(int x, int y)
      Deprecated.
    • Region

      public Region(int packed)
      Deprecated.
  • Method Details

    • getPackedCoordinate

      public int getPackedCoordinate()
      Deprecated.
    • getChunks

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

      public int getX()
      Deprecated.
    • getY

      public int getY()
      Deprecated.
    • toString

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