Uses of Interface
org.bukkit.inventory.meta.components.BlocksAttacksComponent
Packages that use BlocksAttacksComponent
Package
Description
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of BlocksAttacksComponent in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return BlocksAttacksComponentModifier and TypeMethodDescriptionItemMeta.getBlocksAttacks()
Gets theBlocksAttacksComponent
set on this item, or creates an emptyBlocksAttacksComponent
instance.Methods in org.bukkit.inventory.meta with parameters of type BlocksAttacksComponentModifier and TypeMethodDescriptionvoid
ItemMeta.setBlocksAttacks
(BlocksAttacksComponent blocksAttacks) Sets the itemBlocksAttacksComponent
.