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 interface
INpcEvent.CollideEvent
static interface
INpcEvent.DamagedEvent
static interface
INpcEvent.DialogClosedEvent
static interface
INpcEvent.DialogEvent
static interface
INpcEvent.DiedEvent
static interface
INpcEvent.InitEvent
static interface
INpcEvent.InteractEvent
static interface
INpcEvent.KilledEntityEvent
static interface
INpcEvent.MeleeAttackEvent
static interface
INpcEvent.RangedLaunchedEvent
static interface
INpcEvent.SwingEvent
static interface
INpcEvent.TargetEvent
static interface
INpcEvent.TargetLostEvent
static interface
INpcEvent.TimerEvent
static interface
INpcEvent.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 ICustomNpc
getNpc()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getNpc
ICustomNpc getNpc()
-
-