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 theBlocksAttacksComponentset on this item, or creates an emptyBlocksAttacksComponentinstance.Methods in org.bukkit.inventory.meta with parameters of type BlocksAttacksComponentModifier and TypeMethodDescriptionvoidItemMeta.setBlocksAttacks(BlocksAttacksComponent blocksAttacks) Sets the itemBlocksAttacksComponent.