public class GlowMetaLeatherArmor extends GlowMetaItem implements org.bukkit.inventory.meta.LeatherArmorMeta
| Constructor and Description |
|---|
GlowMetaLeatherArmor(org.bukkit.inventory.meta.ItemMeta meta)
Creates an instance by copying from the given
ItemMeta. |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.inventory.meta.LeatherArmorMeta |
clone() |
org.bukkit.Color |
getColor() |
boolean |
isApplicable(org.bukkit.Material material)
Check whether this ItemMeta can be applied to the given material.
|
Map<String,Object> |
serialize() |
void |
setColor(org.bukkit.Color color) |
addEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, readNbtEnchants, removeEnchant, removeItemFlags, serializeEnchants, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot, toString, writeNbtEnchantsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigotpublic GlowMetaLeatherArmor(org.bukkit.inventory.meta.ItemMeta meta)
ItemMeta. If that item is another
LeatherArmorMeta, its color is copied; otherwise, the new item is undyed.meta - the ItemMeta to copypublic void setColor(org.bukkit.Color color)
setColor in interface org.bukkit.inventory.meta.LeatherArmorMetapublic boolean isApplicable(org.bukkit.Material material)
GlowMetaItemisApplicable in class GlowMetaItemmaterial - The Material.public Map<String,Object> serialize()
serialize in interface org.bukkit.configuration.serialization.ConfigurationSerializableserialize in class GlowMetaItempublic org.bukkit.inventory.meta.LeatherArmorMeta clone()
clone in interface org.bukkit.inventory.meta.ItemMetaclone in interface org.bukkit.inventory.meta.LeatherArmorMetaclone in class GlowMetaItempublic org.bukkit.Color getColor()
getColor in interface org.bukkit.inventory.meta.LeatherArmorMetaCopyright © 2021. All rights reserved.