Package noppes.npcs.api.event
Interface IProjectileEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
IProjectileEvent.ImpactEvent
,IProjectileEvent.UpdateEvent
public interface IProjectileEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IProjectileEvent.ImpactEvent
static interface
IProjectileEvent.UpdateEvent
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProjectile
getProjectile()
IEntity
getSource()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getProjectile
IProjectile getProjectile()
-
getSource
IEntity getSource()
-
-