Package jag.game.scene.entity
Interface RSEffectObject
-
- All Superinterfaces:
RSEntity
,RSNode
,RSProvider
,RSTriplyLinkedNode
public interface RSEffectObject extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getAbsoluteX()
int
getAbsoluteY()
RSAnimation
getAnimation()
int
getFloorLevel()
int
getHeight()
int
getId()
int
getStartCycle()
default boolean
isFinished()
-
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
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
getAbsoluteX
int getAbsoluteX()
-
getAnimation
RSAnimation getAnimation()
-
getAbsoluteY
int getAbsoluteY()
-
getFloorLevel
int getFloorLevel()
-
isFinished
default boolean isFinished()
-
getId
int getId()
-
getStartCycle
int getStartCycle()
-
-