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