Uses of Class
com.bencodez.advancedcore.api.inventory.BInventory
Packages that use BInventory
Package
Description
-
Uses of BInventory in com.bencodez.advancedcore.api.inventory
Methods in com.bencodez.advancedcore.api.inventory that return BInventoryModifier and TypeMethodDescriptionAdd data to this inventory.BInventory.addPlaceholder(String toReplace, String replaceWith) Add a placeholder to this inventory.BInventory.dontClose()Set this inventory to not close after interaction.GUISession.getInventoryGUI()Get the InventoryGUI being viewedBInventory.noSound()Disable sound for this inventory.BInventory.setCloseInv(boolean value) Set whether the inventory should close after interaction.Methods in com.bencodez.advancedcore.api.inventory with parameters of type BInventoryModifier and TypeMethodDescriptionvoidBInventoryButton.onClick(BInventory.ClickEvent event, BInventory inv) On click with inventory.voidUpdatingBInventoryButton.onClick(BInventory.ClickEvent event, BInventory inv) static voidBInventory.openInventory(org.bukkit.entity.Player player, BInventory inventory) Open inventory.Constructors in com.bencodez.advancedcore.api.inventory with parameters of type BInventoryModifierConstructorDescriptionGUISession(BInventory inventoryGUI, int page) Construct a new GUISession -
Uses of BInventory in com.bencodez.advancedcore.api.inventory.editgui
Subclasses of BInventory in com.bencodez.advancedcore.api.inventory.editgui