Cloneable, ConfigurationSerializable, ItemMeta, PersistentDataHolderpublic interface LeatherArmorMeta extends ItemMeta
Material.LEATHER_BOOTS, Material.LEATHER_CHESTPLATE, Material.LEATHER_HELMET, or Material.LEATHER_LEGGINGS) that can be colored.| 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.
|
serializeaddAttributeModifier, addEnchant, addItemFlags, 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, setVersiongetPersistentDataContainer@NotNull Color getColor()
ItemFactory.getDefaultLeatherColor().void setColor(@Nullable Color color)
color - the color to set. Setting it to null is equivalent to
setting it to ItemFactory.getDefaultLeatherColor().@NotNull LeatherArmorMeta clone()
Copyright © 2021. All rights reserved.