Class EntitySpawnEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.dreambot.api.script.event.ScriptEvent
- 
- org.dreambot.api.script.event.impl.SpawnEvent<Entity>
- 
- org.dreambot.api.script.event.impl.EntitySpawnEvent
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class EntitySpawnEvent extends SpawnEvent<Entity> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EntitySpawnEvent(Entity entity, boolean spawn)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(java.util.EventListener eventListener)java.lang.StringtoString()- 
Methods inherited from class org.dreambot.api.script.event.impl.SpawnEventgetEntity
 - 
Methods inherited from class org.dreambot.api.script.event.ScriptEventgetTimestamp
 
- 
 
- 
- 
- 
Constructor Detail- 
EntitySpawnEventpublic EntitySpawnEvent(Entity entity, boolean spawn) 
 
- 
 - 
Method Detail- 
dispatchpublic void dispatch(java.util.EventListener eventListener) - Specified by:
- dispatchin class- ScriptEvent
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- SpawnEvent<Entity>
 
 
- 
 
-