Uses of Interface
noppes.npcs.api.gui.IItemSlot
Packages that use IItemSlot
-
Uses of IItemSlot in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IItemSlotConstructors in noppes.npcs.api.event with parameters of type IItemSlotModifierConstructorDescriptionSlotClickEvent
(IPlayer player, ICustomGui gui, IItemSlot slot, int dragType, String clickType) SlotEvent
(IPlayer player, ICustomGui gui, IItemSlot slot) -
Uses of IItemSlot in noppes.npcs.api.function.gui
Methods in noppes.npcs.api.function.gui with parameters of type IItemSlotModifier and TypeMethodDescriptionvoid
GuiItemSlotUpdate.onUpdate
(ICustomGui gui, IItemSlot slot) -
Uses of IItemSlot in noppes.npcs.api.gui
Methods in noppes.npcs.api.gui that return IItemSlotModifier and TypeMethodDescriptionIComponentsWrapper.addItemSlot
(int x, int y) Add an Item Slot to the GUI.IComponentsWrapper.addItemSlot
(int x, int y, IItemStack stack) Add an Item Slot to the GUI with an IItemStack already in it.IItemSlot.setGuiType
(int type) This is purely for the visual slot, default is 1IItemSlot.setOnUpdate
(GuiItemSlotUpdate onUpdate) IItemSlot.setStack
(IItemStack itemStack) IComponentsWrapper.showPlayerInventory
(int x, int y, boolean full) Add a display of the Player's Inventory to the GUI.Methods in noppes.npcs.api.gui that return types with arguments of type IItemSlotModifier and TypeMethodDescriptionIComponentsWrapper.getPlayerSlots()
IComponentsWrapper.getSlots()
Methods in noppes.npcs.api.gui with parameters of type IItemSlot