Package jag.game.scene.entity
Interface RSDynamicObject
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
public interface RSDynamicObject extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getAnimationId()
int
getFloorLevel()
int
getId()
int
getOrientation()
int
getSceneX()
int
getSceneY()
RSAnimationSequence
getSequence()
int
getType()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getCachedModel, getDebugColor, getHeight, getModel, getModels, isDebugging, setCachedModel, setDebugColor, setDebugging
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getSequence
RSAnimationSequence getSequence()
-
getSceneY
int getSceneY()
-
getOrientation
int getOrientation()
-
getSceneX
int getSceneX()
-
getFloorLevel
int getFloorLevel()
-
getId
int getId()
-
getType
int getType()
-
getAnimationId
default int getAnimationId()
-
-