public class GlowMetaShield extends GlowMetaBanner
baseColor, patterns| Constructor and Description |
|---|
GlowMetaShield(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.ItemMeta |
clone() |
boolean |
isApplicable(org.bukkit.Material material)
Check whether this ItemMeta can be applied to the given material.
|
Map<String,Object> |
serialize() |
addPattern, getBaseColor, getPattern, getPatterns, numberOfPatterns, removePattern, setBaseColor, setPattern, setPatternsaddEnchant, 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 GlowMetaShield(org.bukkit.inventory.meta.ItemMeta meta)
ItemMeta. If that item is another
BannerMeta, the banner is copied; otherwise, the new shield has no banner.meta - the ItemMeta to copypublic org.bukkit.inventory.meta.ItemMeta clone()
clone in interface org.bukkit.inventory.meta.ItemMetaclone in class GlowMetaBannerpublic boolean isApplicable(org.bukkit.Material material)
GlowMetaItemisApplicable in class GlowMetaBannermaterial - The Material.public Map<String,Object> serialize()
serialize in interface org.bukkit.configuration.serialization.ConfigurationSerializableserialize in class GlowMetaBannerCopyright © 2021. All rights reserved.