Package net.storm.api.events
Class AnimationChanged
java.lang.Object
net.storm.api.events.AnimationChanged
An event fired when an actor's animation changes.
This event is triggered whenever an NPC or player starts a new animation, such as attacking, skilling, emoting, or performing any other animated action. The actor's current animation ID can be retrieved from the actor object.
Common use cases include:
- Detecting when the player starts or stops an activity
- Tracking combat animations for damage calculations
- Monitoring skilling activities like woodcutting or fishing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnimationChanged
public AnimationChanged()
-