Package org.rspeer.game.position
Class Region
- java.lang.Object
-
- org.rspeer.game.position.Region
-
public class Region extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHUNK_TOTAL
static int
DEPTH
static int
SIZE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Chunk>
getChunks(int floor)
int
getPackedCoordinate()
int
getX()
int
getY()
String
toString()
-
-
-
Field Detail
-
CHUNK_TOTAL
public static final int CHUNK_TOTAL
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
DEPTH
public static final int DEPTH
- See Also:
- Constant Field Values
-
-