Package org.rspeer.game.position
Class RelativePosition
- java.lang.Object
-
- org.rspeer.game.position.Position
-
- org.rspeer.game.position.RelativePosition
-
- All Implemented Interfaces:
SceneNode
@Deprecated public class RelativePosition extends Position
Deprecated.Represents aPositionrelative 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 RelativePosition(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.PositiontoWorld(int regionId)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
-
-
-
-
Method Detail
-
toWorld
public Position toWorld(int regionId)
Deprecated.
-
-