Class NpcUnloadEvent

All Implemented Interfaces:
Serializable

public class NpcUnloadEvent extends GameEvent<Npc>
See Also:
  • Constructor Details

    • NpcUnloadEvent

      public NpcUnloadEvent(Npc source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.