Package jag.game.scene.entity
Interface RSBoundary
-
- All Superinterfaces:
RSEntity
,RSNode
,RSProvider
,RSSceneObject
,RSTriplyLinkedNode
public interface RSBoundary extends RSSceneObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getAbsoluteX()
int
getAbsoluteY()
int
getConfig()
int
getHeight()
RSEntity
getLinkedEntity()
int
getLinkedOrientation()
default int
getModelOrientation()
int
getOrientation()
-
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, getModel, getModels, getRealOrientation, getSceneX, getSceneY, getType, getUid, getWorldMatrix
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
getAbsoluteX
int getAbsoluteX()
-
getAbsoluteY
int getAbsoluteY()
-
getOrientation
int getOrientation()
-
getLinkedEntity
RSEntity getLinkedEntity()
- Specified by:
getLinkedEntity
in interfaceRSSceneObject
-
getLinkedOrientation
int getLinkedOrientation()
- Specified by:
getLinkedOrientation
in interfaceRSSceneObject
-
getConfig
int getConfig()
- Specified by:
getConfig
in interfaceRSSceneObject
-
getHeight
int getHeight()
- Specified by:
getHeight
in interfaceRSEntity
- Specified by:
getHeight
in interfaceRSSceneObject
-
getModelOrientation
default int getModelOrientation()
- Specified by:
getModelOrientation
in interfaceRSSceneObject
-
-