Uses of Class
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu
Package
Description
This package provides the different implementations of our
SlimefunGuide
This package contains any electric machines related to automatic crafting tables.
This package contains some utility classes that offer handy ways to do stuff.
-
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.implementation.guide
Modifier and TypeMethodDescriptionvoid
CheatSheetSlimefunGuide.createHeader
(Player p, PlayerProfile profile, ChestMenu menu) void
SurvivalSlimefunGuide.createHeader
(Player p, PlayerProfile profile, ChestMenu menu) -
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Modifier and TypeMethodDescriptionabstract void
AbstractRecipe.show
(ChestMenu menu, AsyncRecipeChoiceTask task) This will visually represent thisAbstractRecipe
in the givenChestMenu
. -
Uses of ChestMenu in io.github.thebusybiscuit.slimefun4.utils
Modifier and TypeMethodDescriptionstatic void
ChestMenuUtils.drawBackground
(ChestMenu menu, int... slots) static void
ChestMenuUtils.updateProgressbar
(ChestMenu menu, int slot, int timeLeft, int time, ItemStack indicator) -
Uses of ChestMenu in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory
Modifier and TypeMethodDescriptionAdds an Item to the Inventory in that SlotChestMenu.addItem
(int slot, ItemStack item, ChestMenu.MenuClickHandler clickHandler) Adds an Item to the Inventory in that Slot as well as a Click HandlerChestMenu.addMenuClickHandler
(int slot, ChestMenu.MenuClickHandler handler) Executes a certain Action upon clicking an Item in the MenuChestMenu.addMenuCloseHandler
(ChestMenu.MenuCloseHandler handler) Executes a certain Action upon closing this MenuChestMenu.addMenuOpeningHandler
(ChestMenu.MenuOpeningHandler handler) Executes a certain Action upon opening this MenuChestMenu.addPlayerInventoryClickHandler
(ChestMenu.MenuClickHandler handler) Adds a ClickHandler to ALL Slots of the Player's InventoryChestMenu.build()
Finishes the Creation of the MenuChestMenu.setEmptySlotsClickable
(boolean emptyClickable) Toggles whether Players can click the empty menu slots while viewing this MenuChestMenu.setPlayerInventoryClickable
(boolean clickable) Toggles whether Players can access there Inventory while viewing this Menu -
Uses of ChestMenu in me.mrCookieSlime.Slimefun.api.inventory
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionBlockMenuPreset.addMenuClickHandler
(int slot, ChestMenu.MenuClickHandler handler) BlockMenuPreset.setSize
(int size)