public class LeatherArmorMetaMock extends ItemMetaMock implements org.bukkit.inventory.meta.LeatherArmorMeta
ItemMetaMock mocks the implementation of LeatherArmorMeta.| Constructor and Description |
|---|
LeatherArmorMetaMock() |
LeatherArmorMetaMock(org.bukkit.inventory.meta.LeatherArmorMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
LeatherArmorMetaMock |
clone() |
boolean |
equals(java.lang.Object obj) |
@NotNull org.bukkit.Color |
getColor() |
int |
hashCode() |
void |
setColor(@Nullable org.bukkit.Color color) |
addAttributeModifier, addEnchant, addItemFlags, assertHasNoLore, assertLore, assertLore, deserialize, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDamage, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getPersistentDataContainer, getRepairCost, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDamage, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasRepairCost, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, serialize, setAttributeModifiers, setCustomModelData, setDamage, setDisplayName, setLocalizedName, setLore, setRepairCost, setUnbreakable, setVersionfinalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAttributeModifier, addEnchant, addItemFlags, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersionpublic LeatherArmorMetaMock()
public LeatherArmorMetaMock(org.bukkit.inventory.meta.LeatherArmorMeta meta)
public LeatherArmorMetaMock clone()
clone in interface org.bukkit.inventory.meta.Damageableclone in interface org.bukkit.inventory.meta.ItemMetaclone in interface org.bukkit.inventory.meta.LeatherArmorMetaclone in interface org.bukkit.inventory.meta.Repairableclone in class ItemMetaMockpublic int hashCode()
hashCode in class ItemMetaMockpublic boolean equals(java.lang.Object obj)
equals in class ItemMetaMock@NotNull public @NotNull org.bukkit.Color getColor()
getColor in interface org.bukkit.inventory.meta.LeatherArmorMetapublic void setColor(@Nullable
@Nullable org.bukkit.Color color)
setColor in interface org.bukkit.inventory.meta.LeatherArmorMeta