Package org.rspeer.game.position
Class AbsolutePosition
- java.lang.Object
-
- org.rspeer.game.position.Position
-
- org.rspeer.game.position.AbsolutePosition
-
- All Implemented Interfaces:
SceneNode
@Deprecated public class AbsolutePosition extends Position
Deprecated.Represents a precisePositionrelative to the game scene
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.type.SceneNode
SceneNode.Query<Q extends SceneNode.Query<Q>>
-
-
Constructor Summary
Constructors Constructor Description AbsolutePosition(int x, int y, int level)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisInScene()Deprecated.PositiontoPrecise()Deprecated.PositiontoScene()Deprecated.PositiontoWorld()Deprecated.Positiontranslate(int x, int y)Deprecated.-
Methods inherited from class org.rspeer.game.position.Position
equals, equals, from, from, from, fromAbsolute, fromInstance, fromMatrix, fromRelative, fromScript, getChunk, getChunkOffset, getChunkX, getChunkY, getCoord, getCoordFine, getFloorLevel, getInstancePositions, getMatrix, getMatrixId, getPosition, getRegionId, getRegionX, getRegionXInset, getRegionY, getRegionYInset, getX, getY, hashCode, isInstanced, isValidBounds, resetCache, rotate, rotate, setMatrix, toString, translate, unpack, within
-
Methods inherited from interface org.rspeer.game.adapter.type.SceneNode
distance, distance, distance, distance, getArea, getCoordArea, getCoordView, getEntityPositionHeight, getEntityPositionWidth, getSceneContext, getWorldEntity, getWorldEntity, isInFieldOfViewOf, isInFieldOfViewOf
-
-
-
-
Field Detail
-
SCALE
public static final int SCALE
Deprecated.- See Also:
- Constant Field Values
-
-