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 AnimationController
RuneLiteObject. getAnimationController()
The animation of the RuneLiteObject.AnimationController
RuneLiteObject. getPoseAnimationController()
The optional pose animation of the RuneLiteObject.AnimationController
AnimationController. setFrame(int frame)
AnimationController
AnimationController. setOnFinished(@NonNull Consumer<AnimationController> onFinished)
Methods in net.runelite.api with parameters of type AnimationController Modifier and Type Method Description Model
AnimationController. animate(Model model, AnimationController other)
void
RuneLiteObject. setAnimationController(AnimationController animationController)
Sets the animation controller of the RuneLiteObject.void
RuneLiteObject. 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 AnimationController
AnimationController. setOnFinished(@NonNull Consumer<AnimationController> onFinished)
-