Uses of Interface
noppes.npcs.api.handler.data.IDialog
Packages that use IDialog
Package
Description
-
Uses of IDialog in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IDialogMethods in noppes.npcs.api.entity with parameters of type IDialog -
Uses of IDialog in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IDialogConstructors in noppes.npcs.api.event with parameters of type IDialogModifierConstructorDescriptionCloseEvent(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog) DialogEvent(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog) OpenEvent(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog) OptionEvent(ICustomNpc npc, net.minecraft.world.entity.player.Player player, IDialog dialog, IDialogOption option) -
Uses of IDialog in noppes.npcs.api.handler
Methods in noppes.npcs.api.handler that return IDialog -
Uses of IDialog in noppes.npcs.api.handler.data
Methods in noppes.npcs.api.handler.data that return IDialogMethods in noppes.npcs.api.handler.data that return types with arguments of type IDialog