Package jag.game.scene
Interface RSAnimation
-
- All Superinterfaces:
RSProvider
public interface RSAnimation extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFrame()
int
getId()
RSAnimationSequence
getSequence()
-
-
-
Method Detail
-
getId
int getId()
-
getFrame
int getFrame()
-
getSequence
RSAnimationSequence getSequence()
-
-