Uses of Class
net.citizensnpcs.api.gui.InventoryMenuSlot
Packages that use InventoryMenuSlot
-
Uses of InventoryMenuSlot in net.citizensnpcs.api.gui
Methods in net.citizensnpcs.api.gui that return InventoryMenuSlotMethods in net.citizensnpcs.api.gui that return types with arguments of type InventoryMenuSlotMethods in net.citizensnpcs.api.gui with parameters of type InventoryMenuSlotModifier and TypeMethodDescriptionvoidInventoryMenuPage.onClick(InventoryMenuSlot slot, InventoryClickEvent event) Constructors in net.citizensnpcs.api.gui with parameters of type InventoryMenuSlotModifierConstructorDescriptionInventoryMenuTransition(InventoryMenuSlot slot, Class<? extends InventoryMenuPage> transition) MenuContext(InventoryMenu menu, InventoryMenuSlot[] slots, Inventory inventory, String title) MenuContext(InventoryMenu menu, InventoryMenuSlot[] slots, Inventory inventory, String title, Map<String, Object> data) Constructor parameters in net.citizensnpcs.api.gui with type arguments of type InventoryMenuSlotModifierConstructorDescriptionInventoryMenuPattern(MenuPattern info, List<InventoryMenuSlot> slots, List<InventoryMenuTransition> transitions)