Cloneable, ConfigurationSerializable, ItemMeta, PersistentDataHolderpublic 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.
|
serializeaddAttributeModifier, addEnchant, addItemFlags, clone, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getLoreComponents, getPlaceableKeys, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasPlaceableKeys, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setLocalizedName, setLore, setLoreComponents, setPlaceableKeys, setUnbreakable, setVersiongetPersistentDataContainerboolean 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 © 2021. All rights reserved.