Uses of Interface
noppes.npcs.api.gui.ICustomGui
Packages that use ICustomGui
Package
Description
-
Uses of ICustomGui in noppes.npcs.api
Methods in noppes.npcs.api that return ICustomGuiModifier and TypeMethodDescriptionabstract ICustomGuiNpcAPI.createCustomGui(int id, int width, int height, boolean pauseGame, IPlayer player) -
Uses of ICustomGui in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return ICustomGuiMethods in noppes.npcs.api.entity with parameters of type ICustomGuiModifier and TypeMethodDescriptionvoidIPlayer.showCustomGui(ICustomGui gui) Open a ICustomGui to this player. -
Uses of ICustomGui in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as ICustomGuiConstructors in noppes.npcs.api.event with parameters of type ICustomGuiModifierConstructorDescriptionButtonEvent(IPlayer player, ICustomGui gui, IButton button) CloseEvent(IPlayer player, ICustomGui gui) CustomGuiEvent(IPlayer player, ICustomGui gui) ScrollEvent(IPlayer player, ICustomGui gui, IScroll scroll, int scrollIndex, String[] selection, boolean doubleClick) SlotClickEvent(IPlayer player, ICustomGui gui, IItemSlot slot, int dragType, String clickType) SlotEvent(IPlayer player, ICustomGui gui, IItemSlot slot) -
Uses of ICustomGui in noppes.npcs.api.function.gui
Methods in noppes.npcs.api.function.gui with parameters of type ICustomGuiModifier and TypeMethodDescriptionvoidGuiComponentUpdate.onChange(ICustomGui gui, T comp) voidGuiComponentClicked.onClick(ICustomGui gui, T comp) voidGuiItemSlotUpdate.onUpdate(ICustomGui gui, IItemSlot slot) -
Uses of ICustomGui in noppes.npcs.api.gui
Methods in noppes.npcs.api.gui that return ICustomGuiModifier and TypeMethodDescriptionICustomGui.closeSubGui()ICustomGui.getActiveGui()ICustomGui.getParentGui()ICustomGui.getRootGui()ICustomGui.getSubGui()Methods in noppes.npcs.api.gui with parameters of type ICustomGui