Uses of Class
com.burchard36.api.inventory.ClickableItem
Packages that use ClickableItem
-
Uses of ClickableItem in com.burchard36.api.inventory
Fields in com.burchard36.api.inventory with type parameters of type ClickableItemModifier and TypeFieldDescriptionPluginInventory.clickableItems
The HashMap containing all theClickableItem
items of thisPluginInventory
, ordered by zero-based slot countsMethods in com.burchard36.api.inventory that return ClickableItemModifier and TypeMethodDescriptionClickableItem.onClick(GuiClickableItem clickableItemAction)
Sets the onClick action of thisClickableItem
Methods in com.burchard36.api.inventory with parameters of type ClickableItemModifier and TypeMethodDescriptionPluginInventory.fillWith(ClickableItem item, boolean overwrite)
Fills an inventory with a specific ClickableItemPluginInventory.setClickableItemAtSlot(int slot, ClickableItem item)
Adds clickable items at a slot, gets overridden by addClickableItem(ClickableItem item)Method parameters in com.burchard36.api.inventory with type arguments of type ClickableItemModifier and TypeMethodDescriptionPluginInventory.addClickableItems(List<ClickableItem> items)
PluginInventory.fillWith(List<ClickableItem> items, boolean overwrite)