Uses of Class
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu
Packages that use ChestMenu
Package
Description
This package provides the different implementations of our
SlimefunGuideThis 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
Methods in io.github.thebusybiscuit.slimefun4.implementation.guide with parameters of type ChestMenuModifier and TypeMethodDescriptionvoidCheatSheetSlimefunGuide.createHeader(Player p, PlayerProfile profile, ChestMenu menu) voidSurvivalSlimefunGuide.createHeader(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, ItemStack indicator) -
Uses of ChestMenu in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory
Methods in me.mrCookieSlime.CSCoreLibPlugin.general.Inventory that return ChestMenuModifier 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
Subclasses of ChestMenu in me.mrCookieSlime.Slimefun.api.inventoryModifier and TypeClassDescriptionclassclassclassclassMethods in me.mrCookieSlime.Slimefun.api.inventory that return ChestMenuModifier and TypeMethodDescriptionBlockMenuPreset.addMenuClickHandler(int slot, ChestMenu.MenuClickHandler handler) BlockMenuPreset.setSize(int size)