Class ActorDeath

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

public class ActorDeath extends Object
An event fired when an actor (NPC or player) dies in the game.

This event is triggered when the death animation or state change is detected for any actor in the game world. It can be used to track kills, trigger post-death logic, or update statistics.

See Also:
  • Constructor Details

    • ActorDeath

      public ActorDeath()