Package net.runelite.api
Interface Animation
-
public interface Animation
Represents an animation of a renderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Get the id for this animation
-
-
-
Method Detail
-
getId
int getId()
Get the id for this animation- Returns:
- See Also:
AnimationID
-
-