Class ProjectileSpawnEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.dreambot.api.script.event.ScriptEvent
-
- org.dreambot.api.script.event.impl.SpawnEvent<Projectile>
-
- org.dreambot.api.script.event.impl.ProjectileSpawnEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ProjectileSpawnEvent extends SpawnEvent<Projectile>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectileSpawnEvent(Projectile entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(java.util.EventListener eventListener)
java.lang.String
toString()
-
Methods inherited from class org.dreambot.api.script.event.impl.SpawnEvent
getEntity
-
Methods inherited from class org.dreambot.api.script.event.ScriptEvent
getTimestamp
-
-
-
-
Constructor Detail
-
ProjectileSpawnEvent
public ProjectileSpawnEvent(Projectile entity)
-
-
Method Detail
-
dispatch
public void dispatch(java.util.EventListener eventListener)
- Specified by:
dispatch
in classScriptEvent
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSpawnEvent<Projectile>
-
-