Package jag.game.scene.entity
Interface RSGameObject
-
- All Superinterfaces:
RSNode,RSProvider
public interface RSGameObject extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getActions()intgetDelay()intgetFloorLevel()intgetGroup()intgetId()intgetLifetime()intgetOptionFlags()intgetOrientation()intgetSceneX()intgetSceneY()intgetType()-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getFloorLevel
int getFloorLevel()
-
getSceneX
int getSceneX()
-
getSceneY
int getSceneY()
-
getGroup
int getGroup()
-
getId
int getId()
-
getType
int getType()
-
getOrientation
int getOrientation()
-
getDelay
int getDelay()
-
getLifetime
int getLifetime()
-
getOptionFlags
int getOptionFlags()
-
getActions
String[] getActions()
-
-