Uses of Interface
org.bukkit.inventory.meta.components.consumable.ConsumableComponent
Packages that use ConsumableComponent
Package
Description
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of ConsumableComponent in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return ConsumableComponentModifier and TypeMethodDescriptionItemMeta.getConsumable()
Gets the consumable set on this item, or creates an empty consumable instance.Methods in org.bukkit.inventory.meta with parameters of type ConsumableComponentModifier and TypeMethodDescriptionvoid
ItemMeta.setConsumable
(ConsumableComponent consumable) Sets the item consumable.