Class AnimationChanged

java.lang.Object
net.storm.api.events.AnimationChanged

public class AnimationChanged extends Object
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 Details

    • AnimationChanged

      public AnimationChanged()