Package noppes.npcs.api.event
Interface INpcEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
INpcEvent.CollideEvent,INpcEvent.DamagedEvent,INpcEvent.DialogClosedEvent,INpcEvent.DialogEvent,INpcEvent.DiedEvent,INpcEvent.InitEvent,INpcEvent.InteractEvent,INpcEvent.MeleeAttackEvent,INpcEvent.RangedLaunchedEvent,INpcEvent.SwingEvent,INpcEvent.TargetEvent,INpcEvent.TargetLostEvent,INpcEvent.TimerEvent,INpcEvent.UpdateEvent
public interface INpcEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceINpcEvent.CollideEventstatic interfaceINpcEvent.DamagedEventstatic interfaceINpcEvent.DialogClosedEventstatic interfaceINpcEvent.DialogEventstatic interfaceINpcEvent.DiedEventstatic interfaceINpcEvent.InitEventstatic interfaceINpcEvent.InteractEventstatic interfaceINpcEvent.KilledEntityEventstatic interfaceINpcEvent.MeleeAttackEventstatic interfaceINpcEvent.RangedLaunchedEventstatic interfaceINpcEvent.SwingEventstatic interfaceINpcEvent.TargetEventstatic interfaceINpcEvent.TargetLostEventstatic interfaceINpcEvent.TimerEventstatic interfaceINpcEvent.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 ICustomNpcgetNpc()-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getNpc
ICustomNpc getNpc()
-
-