Class NpcSpawnEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Npc>
org.rspeer.game.event.GameEvent<Npc>
org.rspeer.game.event.NpcSpawnEvent
All Implemented Interfaces:
Serializable

@Deprecated public class NpcSpawnEvent extends GameEvent<Npc>
Deprecated.
See Also:
  • Constructor Details

    • NpcSpawnEvent

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