Package noppes.npcs.api.event
Interface INpcEvent.RangedLaunchedEvent
-
- All Superinterfaces:
ICustomNPCsEvent
,INpcEvent
- Enclosing interface:
- INpcEvent
public static interface INpcEvent.RangedLaunchedEvent extends INpcEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.INpcEvent
INpcEvent.CollideEvent, INpcEvent.DamagedEvent, INpcEvent.DialogClosedEvent, INpcEvent.DialogEvent, INpcEvent.DiedEvent, INpcEvent.InitEvent, INpcEvent.InteractEvent, INpcEvent.KilledEntityEvent, INpcEvent.MeleeAttackEvent, INpcEvent.RangedLaunchedEvent, INpcEvent.SwingEvent, INpcEvent.TargetEvent, INpcEvent.TargetLostEvent, INpcEvent.TimerEvent, INpcEvent.UpdateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getDamage()
IEntityLivingBase
getTarget()
void
setDamage(float damage)
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getTarget
IEntityLivingBase getTarget()
-
setDamage
void setDamage(float damage)
-
getDamage
float getDamage()
-
-