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 intgetAbsoluteX()intgetAbsoluteY()RSAnimationgetAnimation()intgetFloorLevel()intgetHeight()intgetId()intgetStartCycle()RSWorldMatrixgetWorldMatrix()default booleanisFinished()-
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()
-
getWorldMatrix
RSWorldMatrix getWorldMatrix()
-
-