Package noppes.npcs.api.event
Class NpcEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.NpcEvent
- Direct Known Subclasses:
DialogEvent
,NpcEvent.CollideEvent
,NpcEvent.DamagedEvent
,NpcEvent.DiedEvent
,NpcEvent.InitEvent
,NpcEvent.InteractEvent
,NpcEvent.KilledEntityEvent
,NpcEvent.MeleeAttackEvent
,NpcEvent.RangedLaunchedEvent
,NpcEvent.TargetEvent
,NpcEvent.TargetLostEvent
,NpcEvent.TimerEvent
,NpcEvent.UpdateEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
collidestatic class
damagedstatic class
diedstatic class
initstatic class
interactstatic class
killstatic class
meleeAttackstatic class
rangedAttackstatic class
targetstatic class
targetLoststatic class
timerstatic class
tickNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
FieldsFields inherited from class noppes.npcs.api.event.CustomNPCsEvent
API
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
npc
-
-
Constructor Details
-
NpcEvent
-