Package org.rspeer.game.position
Class Chunk
- java.lang.Object
-
- org.rspeer.game.position.Chunk
-
@Deprecated public class Chunk extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intSIZEDeprecated.
-
Constructor Summary
Constructors Constructor Description Chunk(int offsetX, int offsetY, int packed)Deprecated.Chunk(int offsetX, int offsetY, int x, int y)Deprecated.Chunk(int offsetX, int offsetY, int x, int y, int floor)Deprecated.Chunk(int offsetX, int offsetY, int x, int y, int floor, int rotation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontains(Position position)Deprecated.booleanequals(Object o)Deprecated.AreagetArea()Deprecated.PositiongetBasePosition()Deprecated.intgetFloorLevel()Deprecated.intgetId()Deprecated.PositiongetInstanceBase()Deprecated.PositiongetInstancePosition(Position trans)Deprecated.intgetOffsetX()Deprecated.intgetOffsetY()Deprecated.List<Position>getPositions()Deprecated.RegiongetRegion()Deprecated.intgetRotation()Deprecated.intgetX()Deprecated.intgetY()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
SIZE
public static final int SIZE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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, int packed)Deprecated.
-
-
Method Detail
-
getRegion
public Region getRegion()
Deprecated.
-
getBasePosition
public Position getBasePosition()
Deprecated.
-
getArea
public Area getArea()
Deprecated.
-
contains
public boolean contains(Position position)
Deprecated.
-
getInstanceBase
public Position getInstanceBase()
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.
-
-