Package jag.game.scene.entity
Interface RSDynamicObject
-
- All Superinterfaces:
RSEntity,RSNode,RSProvider,RSTriplyLinkedNode
public interface RSDynamicObject extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSAnimationgetAnimation()default intgetAnimationId()intgetFloorLevel()intgetId()intgetOrientation()intgetSceneX()intgetSceneY()intgetType()-
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
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
getAnimation
RSAnimation getAnimation()
-
getSceneY
int getSceneY()
-
getOrientation
int getOrientation()
-
getSceneX
int getSceneX()
-
getFloorLevel
int getFloorLevel()
-
getId
int getId()
-
getType
int getType()
-
getAnimationId
default int getAnimationId()
-
-