Class NpcSpawnEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Npc>
- All Implemented Interfaces:
Serializable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumedMethods inherited from class EventObject
toString
-
Constructor Details
-
NpcSpawnEvent
Deprecated.Constructs a prototypical Event.- Parameters:
source- The object on which the Event initially occurred.- Throws:
IllegalArgumentException- if source is null.
-