Uses of Class
com.bencodez.advancedcore.api.inventory.BInventoryButton
Packages that use BInventoryButton
Package
Description
-
Uses of BInventoryButton in com.bencodez.advancedcore.api.inventory
Subclasses of BInventoryButton in com.bencodez.advancedcore.api.inventoryMethods in com.bencodez.advancedcore.api.inventory that return BInventoryButtonModifier and TypeMethodDescriptionAdd data to this button.BInventoryButton.dontClose()Set this button to not close the inventory after click.BInventoryButton.getButton()Get this button.BInventoryButton.setCloseInv(boolean value) Set whether the inventory should close after interaction.BInventoryButton.setSlot(int slot) Sets the slot.Methods in com.bencodez.advancedcore.api.inventory that return types with arguments of type BInventoryButtonModifier and TypeMethodDescriptionBInventory.getButtons()Gets the buttons.BInventory.getPageButtons()Methods in com.bencodez.advancedcore.api.inventory with parameters of type BInventoryButtonModifier and TypeMethodDescriptionvoidBInventory.addButton(int position, BInventoryButton button) Adds the button.voidBInventory.addButton(BInventoryButton button) Adds the button.voidBInventory.closeInv(org.bukkit.entity.Player p, BInventoryButton b) Close the inventory for a player after button click.voidBInventory.onClick(org.bukkit.event.inventory.InventoryClickEvent event, BInventoryButton b) Handle button click.Method parameters in com.bencodez.advancedcore.api.inventory with type arguments of type BInventoryButtonModifier and TypeMethodDescriptionvoidBInventory.setButtons(Map<Integer, BInventoryButton> buttons) voidBInventory.setPageButtons(ArrayList<BInventoryButton> pageButtons) Constructors in com.bencodez.advancedcore.api.inventory with parameters of type BInventoryButtonModifierConstructorDescriptionBInventoryButton(BInventoryButton button) Instantiates a new BInventory button from an existing button.ClickEvent(org.bukkit.event.inventory.InventoryClickEvent event, BInventoryButton b) Instantiates a new click event. -
Uses of BInventoryButton in com.bencodez.advancedcore.api.inventory.editgui
Subclasses of BInventoryButton in com.bencodez.advancedcore.api.inventory.editgui -
Uses of BInventoryButton in com.bencodez.advancedcore.command.gui
Methods in com.bencodez.advancedcore.command.gui with parameters of type BInventoryButtonModifier and TypeMethodDescriptionvoidAdminGUI.addButton(BInventoryButton b) Adds the button.voidUserGUI.addPluginButton(org.bukkit.plugin.Plugin plugin, BInventoryButton inv) Adds the plugin button.