Uses of Class
net.runelite.api.AnimationController
-
Packages that use AnimationController Package Description net.runelite.api -
-
Uses of AnimationController in net.runelite.api
Methods in net.runelite.api that return AnimationController Modifier and Type Method Description AnimationControllerRuneLiteObject. getAnimationController()The animation of the RuneLiteObject.AnimationControllerRuneLiteObject. getPoseAnimationController()The optional pose animation of the RuneLiteObject.AnimationControllerAnimationController. setFrame(int frame)AnimationControllerAnimationController. setOnFinished(@NonNull Consumer<AnimationController> onFinished)Methods in net.runelite.api with parameters of type AnimationController Modifier and Type Method Description ModelAnimationController. animate(Model model, AnimationController other)voidRuneLiteObject. setAnimationController(AnimationController animationController)Sets the animation controller of the RuneLiteObject.voidRuneLiteObject. setPoseAnimationController(AnimationController poseAnimationController)The optional pose animation of the RuneLiteObject.Method parameters in net.runelite.api with type arguments of type AnimationController Modifier and Type Method Description AnimationControllerAnimationController. setOnFinished(@NonNull Consumer<AnimationController> onFinished)
-