Uses of Interface
org.bukkit.inventory.meta.components.EquippableComponent
Package
Description
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of EquippableComponent in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionItemMeta.getEquippable()
Gets the equippable set on this item, or creates an empty equippable instance.Modifier and TypeMethodDescriptionvoid
ItemMeta.setEquippable
(@Nullable EquippableComponent equippable) Sets the equippable tool.