java.lang.Cloneable, ConfigurationSerializable, ItemMetapublic interface LeatherArmorMeta extends ItemMeta
Material.LEATHER_BOOTS, Material.LEATHER_CHESTPLATE, Material.LEATHER_HELMET, or Material.LEATHER_LEGGINGS) that can be colored.ItemMeta.Spigot| Modifier and Type | Method | Description |
|---|---|---|
LeatherArmorMeta |
clone() |
|
Color |
getColor() |
Gets the color of the armor.
|
void |
setColor(Color color) |
Sets the color of the armor.
|
serializeaddEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigotColor getColor()
ItemFactory.getDefaultLeatherColor().void setColor(Color color)
color - the color to set. Setting it to null is equivalent to
setting it to ItemFactory.getDefaultLeatherColor().LeatherArmorMeta clone()
Copyright © 2018. All rights reserved.