Uses of Interface
net.runelite.api.Animation
-
Packages that use Animation Package Description net.runelite.api net.runelite.api.events -
-
Uses of Animation in net.runelite.api
Methods in net.runelite.api that return Animation Modifier and Type Method Description Animation
DynamicObject. getAnimation()
Get the animation applied to the objectAnimation
GraphicsObject. getAnimation()
The animation of the spotanimAnimation
Projectile. getAnimation()
The animation of the projectileAnimation
Client. loadAnimation(int id)
Loads an animation from the cacheMethods in net.runelite.api with parameters of type Animation Modifier and Type Method Description void
RuneLiteObject. setAnimation(Animation animation)
Sets the animation of the RuneLiteObject If animation is null model will be static -
Uses of Animation in net.runelite.api.events
Methods in net.runelite.api.events that return Animation Modifier and Type Method Description Animation
PostAnimation. getAnimation()
Constructors in net.runelite.api.events with parameters of type Animation Constructor Description PostAnimation(Animation animation)
-