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
AnimationController. getAnimation()
Animation
DynamicObject. getAnimation()
Get the animation applied to the objectAnimation
GraphicsObject. getAnimation()
The animation of the spotanimAnimation
Projectile. getAnimation()
The animation of the projectileAnimation
RuneLiteObject. getAnimation()
Deprecated.Animation
Client. loadAnimation(int id)
Loads an animation from the cacheMethods in net.runelite.api with parameters of type Animation Modifier and Type Method Description Model
Client. applyTransformations(Model model, Animation animA, int frameA, Animation animB, int frameB)
Applies an animation to a Model.void
AnimationController. setAnimation(Animation animation)
void
RuneLiteObject. setAnimation(Animation animation)
Sets the animation of the RuneLiteObject.Constructors in net.runelite.api with parameters of type Animation Constructor Description AnimationController(Client client, Animation animation)
-
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)
-