Package jag.game.scene.entity
Interface RSEntityMarker
-
- All Superinterfaces:
RSEntity,RSNode,RSProvider,RSSceneObject,RSTriplyLinkedNode
public interface RSEntityMarker extends RSSceneObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetCenterFineX()intgetCenterFineY()intgetConfig()intgetFloorLevel()intgetHeight()intgetMaxSceneX()intgetMaxSceneY()default intgetModelOrientation()intgetOrientation()intgetSceneX()intgetSceneY()-
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, getPlacementOrientation, getRealOrientation, getType, getUid, getWorldMatrix
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
getOrientation
int getOrientation()
-
getSceneY
int getSceneY()
- Specified by:
getSceneYin interfaceRSSceneObject
-
getSceneX
int getSceneX()
- Specified by:
getSceneXin interfaceRSSceneObject
-
getMaxSceneY
int getMaxSceneY()
-
getMaxSceneX
int getMaxSceneX()
-
getFloorLevel
int getFloorLevel()
-
getConfig
int getConfig()
- Specified by:
getConfigin interfaceRSSceneObject
-
getCenterFineX
int getCenterFineX()
-
getCenterFineY
int getCenterFineY()
-
getHeight
int getHeight()
- Specified by:
getHeightin interfaceRSEntity- Specified by:
getHeightin interfaceRSSceneObject
-
getModelOrientation
default int getModelOrientation()
- Specified by:
getModelOrientationin interfaceRSSceneObject
-
-