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 AnimationAnimationController. getAnimation()AnimationDynamicObject. getAnimation()Get the animation applied to the objectAnimationGraphicsObject. getAnimation()The animation of the spotanimAnimationProjectile. getAnimation()The animation of the projectileAnimationRuneLiteObject. getAnimation()Deprecated.AnimationClient. loadAnimation(int id)Loads an animation from the cacheMethods in net.runelite.api with parameters of type Animation Modifier and Type Method Description ModelClient. applyTransformations(Model model, Animation animA, int frameA, Animation animB, int frameB)Applies an animation to a Model.voidAnimationController. setAnimation(Animation animation)voidRuneLiteObject. 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 AnimationPostAnimation. getAnimation()Constructors in net.runelite.api.events with parameters of type Animation Constructor Description PostAnimation(Animation animation)
-