Cloneable
, ConfigurationSerializable
, ItemMeta
, PersistentDataHolder
public interface BlockDataMeta extends ItemMeta
Modifier and Type | Method | Description |
---|---|---|
BlockData |
getBlockData(Material material) |
Returns the currently attached block data for this item or creates a new
one if one doesn't exist.
|
boolean |
hasBlockData() |
Returns whether the item has block data currently attached to it.
|
void |
setBlockData(BlockData blockData) |
Attaches a copy of the passed block data to the item.
|
serialize
addAttributeModifier, addEnchant, addItemFlags, clone, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersion
getPersistentDataContainer
boolean hasBlockData()
@NotNull BlockData getBlockData(@NotNull Material material)
setBlockData(org.bukkit.block.data.BlockData)
material
- the material we wish to get this data in the context ofvoid setBlockData(@NotNull BlockData blockData)
blockData
- the block data to attach to the block.IllegalArgumentException
- if the blockData is null or invalid for
this item.Copyright © 2019. All rights reserved.