Class NpcChanged

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

public class NpcChanged extends Object
An event fired when an NPC's composition (definition) changes.

This event is triggered when an NPC transforms or morphs into a different form, changing its appearance, name, combat level, or other properties defined in its composition. This commonly occurs with transforming NPCs like the Kalphite Queen changing forms, vampyres transforming, or NPCs that change based on game state.

See Also:
  • INPC
  • NPCComposition
  • Constructor Details

    • NpcChanged

      public NpcChanged()