Package noppes.npcs.api.event
Class DialogEvent.OptionEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.NpcEvent
noppes.npcs.api.event.DialogEvent
noppes.npcs.api.event.DialogEvent.OptionEvent
- Enclosing class:
- DialogEvent
dialogOption
-
Nested Class Summary
Nested classes/interfaces inherited from class noppes.npcs.api.event.DialogEvent
DialogEvent.CloseEvent, DialogEvent.OpenEvent, DialogEvent.OptionEvent
Nested classes/interfaces inherited from class noppes.npcs.api.event.NpcEvent
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 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.DialogEvent
dialog, player
Fields inherited from class noppes.npcs.api.event.CustomNPCsEvent
API
-
Constructor Summary
ConstructorsConstructorDescriptionOptionEvent
(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog, IDialogOption option) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
option
-
-
Constructor Details
-
OptionEvent
public OptionEvent(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog, IDialogOption option)
-