Package org.rspeer.game.position
Class Region
- java.lang.Object
-
- org.rspeer.game.position.Region
-
@Deprecated public class Region extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intCHUNK_TOTALDeprecated.static intDEPTHDeprecated.static intSIZEDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Chunk>getChunks(int floor)Deprecated.intgetPackedCoordinate()Deprecated.intgetX()Deprecated.intgetY()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
CHUNK_TOTAL
public static final int CHUNK_TOTAL
Deprecated.- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
Deprecated.- See Also:
- Constant Field Values
-
DEPTH
public static final int DEPTH
Deprecated.- See Also:
- Constant Field Values
-
-