Package net.storm.api.events
Class ActorDeath
java.lang.Object
net.storm.api.events.ActorDeath
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ActorDeath
public ActorDeath()
-