public interface BlockStateMeta extends ItemMeta
ItemMeta.Spigot| Modifier and Type | Method and Description | 
|---|---|
| BlockState | getBlockState()Returns the currently attached block state for this
 item or creates a new one if one doesn't exist. | 
| boolean | hasBlockState()Returns whether the item has a block state currently
 attached to it. | 
| void | setBlockState(BlockState blockState)Attaches a copy of the passed block state to the item. | 
addEnchant, addItemFlags, clone, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLore, removeEnchant, removeItemFlags, setDisplayName, setLore, spigotserializeboolean hasBlockState()
BlockState getBlockState()
setBlockState(org.bukkit.block.BlockState)void setBlockState(BlockState blockState)
blockState - the block state to attach to the block.IllegalArgumentException - if the blockState is null
         or invalid for this item.Copyright © 2016. All rights reserved.