Class NpcChangeEvent

All Implemented Interfaces:
Serializable

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

    • NpcChangeEvent

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