Uses of Interface
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu.MenuClickHandler
Packages that use ChestMenu.MenuClickHandler
Package
Description
This package stores classes of the API that are related to the
GPSNetwork.This package contains some utility classes that offer handy ways to do stuff.
-
Uses of ChestMenu.MenuClickHandler in io.github.thebusybiscuit.slimefun4.api.gps
Methods in io.github.thebusybiscuit.slimefun4.api.gps with parameters of type ChestMenu.MenuClickHandlerModifier and TypeMethodDescriptionstatic voidPageHelper.renderPageButton(ChestMenu menu, int prevSlot, int nextSlot, PageRange pr, ChestMenu.MenuClickHandler prevHander, ChestMenu.MenuClickHandler nextHander) This method renders the pagination buttons for a pagedChestMenu. -
Uses of ChestMenu.MenuClickHandler in io.github.thebusybiscuit.slimefun4.utils
Methods in io.github.thebusybiscuit.slimefun4.utils that return ChestMenu.MenuClickHandlerModifier and TypeMethodDescriptionstatic ChestMenu.MenuClickHandlerChestMenuUtils.getEmptyClickHandler() -
Uses of ChestMenu.MenuClickHandler in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory
Subinterfaces of ChestMenu.MenuClickHandler in me.mrCookieSlime.CSCoreLibPlugin.general.InventoryModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Methods in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory that return ChestMenu.MenuClickHandlerModifier and TypeMethodDescriptionChestMenu.getMenuClickHandler(int slot) Deprecated.Returns the MenuClickHandler which was registered for the specified SlotChestMenu.getPlayerInventoryClickHandler()Deprecated.Returns the registered MenuClickHandler for Player InventoriesMethods in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory with parameters of type ChestMenu.MenuClickHandlerModifier and TypeMethodDescriptionChestMenu.addItem(int slot, org.bukkit.inventory.ItemStack item, ChestMenu.MenuClickHandler clickHandler) Deprecated.Adds an Item to the Inventory in that Slot as well as a Click HandlerChestMenu.addMenuClickHandler(int slot, ChestMenu.MenuClickHandler handler) Deprecated.Executes a certain Action upon clicking an Item in the MenuChestMenu.addPlayerInventoryClickHandler(ChestMenu.MenuClickHandler handler) Deprecated.Adds a ClickHandler to ALL Slots of the Player's Inventory -
Uses of ChestMenu.MenuClickHandler in me.mrCookieSlime.Slimefun.api.inventory
Methods in me.mrCookieSlime.Slimefun.api.inventory with parameters of type ChestMenu.MenuClickHandlerModifier and TypeMethodDescriptionBlockMenuPreset.addMenuClickHandler(int slot, ChestMenu.MenuClickHandler handler)