Uses of Class
com.burchard36.api.inventory.PluginInventory
Packages that use PluginInventory
- 
Uses of PluginInventory in com.burchard36.api.inventory
Methods in com.burchard36.api.inventory that return PluginInventoryModifier and TypeMethodDescriptionPluginInventory.addClickableItems(List<ClickableItem> items)PluginInventory.fillWith(ClickableItem item, boolean overwrite)Fills an inventory with a specific ClickableItemPluginInventory.fillWith(List<ClickableItem> items, boolean overwrite)PluginInventory.onClick(GuiClickAction clickAction)Lambda interface called when inventory gets clickedPluginInventory.onClose(GuiCloseAction closeAction)Lambda interface called when inventory gets closedPluginInventory.onOpen(GuiOpenAction openAction)Lambda interface called when inventory gets openedPluginInventory.setClickableItemAtSlot(int slot, ClickableItem item)Adds clickable items at a slot, gets overridden by addClickableItem(ClickableItem item)PluginInventory.setDisplayName(String displayName)Sets the inventory display namePluginInventory.setInventorySize(int size)Sets the inventory size of this Inventory, if setInventoryHolder gets called this method has no effectPluginInventory.setInventoryType(org.bukkit.event.inventory.InventoryType type)Sets the inventory type of this inventory, has priority over the inventory sizeMethods in com.burchard36.api.inventory with parameters of type PluginInventoryModifier and TypeMethodDescriptionvoidGlobalInventoryListener.queuePluginInventory(PluginInventory inventory)Adds aPluginInventoryto the Listener queue