Package org.rspeer.game.position
Class Chunk
java.lang.Object
org.rspeer.game.position.Chunk
-
Field Details
-
SIZE
public static final int SIZE- See Also:
-
-
Constructor Details
-
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 Details
-
getRegion
-
getBasePosition
-
getArea
-
getPositions
-
contains
-
getInstanceBase
-
getInstancePosition
-
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() -
toString
-
equals
-
hashCode
public int hashCode()
-