Uses of Class
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu
Packages that use ChestMenu
Package
Description
This package stores classes of the API that are related to the
GPSNetwork.This package provides the different implementations of our
SlimefunGuideThis package contains any electric machines related to auomatic crafting tables.
This package contains some utility classes that offer handy ways to do stuff.
-
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.api.gps
Methods in io.github.thebusybiscuit.slimefun4.api.gps with parameters of type ChestMenuModifier 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 in io.github.thebusybiscuit.slimefun4.implementation.guide
Methods in io.github.thebusybiscuit.slimefun4.implementation.guide with parameters of type ChestMenuModifier and TypeMethodDescriptionvoidCheatSheetSlimefunGuide.createHeader(org.bukkit.entity.Player p, PlayerProfile profile, ChestMenu menu) voidSurvivalSlimefunGuide.createHeader(org.bukkit.entity.Player p, PlayerProfile profile, ChestMenu menu) -
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type ChestMenuModifier and TypeMethodDescriptionabstract voidAbstractRecipe.show(ChestMenu menu, AsyncRecipeChoiceTask task) This will visually represent thisAbstractRecipein the givenChestMenu. -
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.utils
Methods in io.github.thebusybiscuit.slimefun4.utils with parameters of type ChestMenuModifier and TypeMethodDescriptionstatic voidChestMenuUtils.drawBackground(ChestMenu menu, int... slots) static voidChestMenuUtils.updateProgressbar(ChestMenu menu, int slot, int timeLeft, int time, org.bukkit.inventory.ItemStack indicator) -
Uses of ChestMenu in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory
Methods in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory that return ChestMenuModifier and TypeMethodDescriptionChestMenu.addItem(int slot, org.bukkit.inventory.ItemStack item) Deprecated.Adds an Item to the Inventory in that SlotChestMenu.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.addMenuCloseHandler(ChestMenu.MenuCloseHandler handler) Deprecated.Executes a certain Action upon closing this MenuChestMenu.addMenuOpeningHandler(ChestMenu.MenuOpeningHandler handler) Deprecated.Executes a certain Action upon opening this MenuChestMenu.addPlayerInventoryClickHandler(ChestMenu.MenuClickHandler handler) Deprecated.Adds a ClickHandler to ALL Slots of the Player's InventoryChestMenu.build()Deprecated.ChestMenu.setEmptySlotsClickable(boolean emptyClickable) Deprecated.Toggles whether Players can click the empty menu slots while viewing this MenuChestMenu.setPlayerInventoryClickable(boolean clickable) Deprecated.Toggles whether Players can access there Inventory while viewing this MenuChestMenu.setSize(int size) Deprecated. -
Uses of ChestMenu in me.mrCookieSlime.Slimefun.api.inventory
Subclasses of ChestMenu in me.mrCookieSlime.Slimefun.api.inventoryMethods in me.mrCookieSlime.Slimefun.api.inventory that return ChestMenuModifier and TypeMethodDescriptionBlockMenuPreset.addItem(int slot, org.bukkit.inventory.ItemStack item) BlockMenuPreset.addMenuClickHandler(int slot, ChestMenu.MenuClickHandler handler) BlockMenuPreset.setSize(int size)