Package jag.game.scene.entity
Interface RSEntityMarker
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
,RSSceneObject
public interface RSEntityMarker extends RSSceneObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getCenterFineX()
int
getCenterFineY()
int
getConfig()
int
getFloorLevel()
int
getHeight()
int
getMaxSceneX()
int
getMaxSceneY()
default int
getModelOrientation()
int
getOrientation()
int
getSceneX()
int
getSceneY()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getDebugColor, isDebugging, setCachedModel, setDebugColor, setDebugging
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
Methods inherited from interface jag.game.scene.entity.RSSceneObject
getCachedModel, getDynamic, getEntity, getId, getLinkedEntity, getLinkedOrientation, getModel, getModels, getRealOrientation, getType, getUid
-
-
-
-
Method Detail
-
getOrientation
int getOrientation()
-
getSceneY
int getSceneY()
- Specified by:
getSceneY
in interfaceRSSceneObject
-
getSceneX
int getSceneX()
- Specified by:
getSceneX
in interfaceRSSceneObject
-
getMaxSceneY
int getMaxSceneY()
-
getMaxSceneX
int getMaxSceneX()
-
getFloorLevel
int getFloorLevel()
-
getConfig
int getConfig()
- Specified by:
getConfig
in interfaceRSSceneObject
-
getCenterFineX
int getCenterFineX()
-
getCenterFineY
int getCenterFineY()
-
getHeight
int getHeight()
- Specified by:
getHeight
in interfaceRSEntity
- Specified by:
getHeight
in interfaceRSSceneObject
-
getModelOrientation
default int getModelOrientation()
- Specified by:
getModelOrientation
in interfaceRSSceneObject
-
-