Package net.runelite.api.events
Class AnimationChanged
- java.lang.Object
-
- net.runelite.api.events.AnimationChanged
-
public class AnimationChanged extends Object
An event where theActor
has changed animations.In order to get the new animation ID, use
Actor.getAnimation()
.Examples of when this event may trigger include:
- A player starts or stops gathering a resource (ie. woodcut, fishing)
- A player starts or stops dancing
- See Also:
AnimationID
-
-
Constructor Summary
Constructors Constructor Description AnimationChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Actor
getActor()
The actor that has entered a new animation.int
hashCode()
void
setActor(Actor actor)
The actor that has entered a new animation.String
toString()
-