Package jag.game.scene.entity
Interface RSPathingEntityEffect
-
- All Superinterfaces:
RSNode
,RSProvider
public interface RSPathingEntityEffect extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSAnimation
getAnimation()
default int
getFrame()
default int
getId()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getAnimation
RSAnimation getAnimation()
-
getId
default int getId()
-
getFrame
default int getFrame()
-
-