Class AbsolutePosition
java.lang.Object
org.rspeer.game.position.Position
org.rspeer.game.position.AbsolutePosition
- All Implemented Interfaces:
SceneNode
Deprecated.
Represents a precise
Position relative to the game scene-
Nested Class Summary
Nested classes/interfaces inherited from interface SceneNode
SceneNode.Query<Q> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, withinMethods inherited from interface SceneNode
distance, distance, distance, distance, getArea, getCoordArea, getCoordArea, getCoordView, getEntityPositionHeight, getEntityPositionWidth, getSceneContext, getWorldEntity, getWorldEntity, isInFieldOfViewOf, isInFieldOfViewOf
-
Field Details
-
SCALE
public static final int SCALEDeprecated.- See Also:
-
-
Constructor Details
-
AbsolutePosition
public AbsolutePosition(int x, int y, int level) Deprecated.
-
-
Method Details
-
toWorld
-
isInScene
-
toScene
-
toPrecise
-
translate
-