Package jag.game.scene.entity
Interface RSBoundaryDecor
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
,RSSceneObject
public interface RSBoundaryDecor 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()
default int
getModelOrientation()
int
getOffsetX()
int
getOffsetY()
int
getOrientation()
int
getRenderConfig()
-
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, getLinkedOrientation, getModel, getModels, getRealOrientation, getSceneX, getSceneY, getType, getUid
-
-
-
-
Method Detail
-
getAbsoluteX
int getAbsoluteX()
-
getOffsetX
int getOffsetX()
-
getAbsoluteY
int getAbsoluteY()
-
getOrientation
int getOrientation()
-
getOffsetY
int getOffsetY()
-
getRenderConfig
int getRenderConfig()
-
getLinkedEntity
RSEntity getLinkedEntity()
- Specified by:
getLinkedEntity
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
-
-