public class FireworkEffectMetaMock extends ItemMetaMock implements org.bukkit.inventory.meta.FireworkEffectMeta
| Constructor and Description |
|---|
FireworkEffectMetaMock() |
FireworkEffectMetaMock(org.bukkit.inventory.meta.FireworkEffectMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
FireworkEffectMetaMock |
clone() |
boolean |
equals(java.lang.Object obj) |
@Nullable org.bukkit.FireworkEffect |
getEffect() |
boolean |
hasEffect() |
int |
hashCode() |
void |
setEffect(@Nullable org.bukkit.FireworkEffect effect) |
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 FireworkEffectMetaMock()
public FireworkEffectMetaMock(org.bukkit.inventory.meta.FireworkEffectMeta meta)
public int hashCode()
hashCode in class ItemMetaMockpublic boolean equals(java.lang.Object obj)
equals in class ItemMetaMockpublic FireworkEffectMetaMock clone()
clone in interface org.bukkit.inventory.meta.Damageableclone in interface org.bukkit.inventory.meta.FireworkEffectMetaclone in interface org.bukkit.inventory.meta.ItemMetaclone in interface org.bukkit.inventory.meta.Repairableclone in class ItemMetaMockpublic void setEffect(@Nullable
@Nullable org.bukkit.FireworkEffect effect)
setEffect in interface org.bukkit.inventory.meta.FireworkEffectMetapublic boolean hasEffect()
hasEffect in interface org.bukkit.inventory.meta.FireworkEffectMeta@Nullable public @Nullable org.bukkit.FireworkEffect getEffect()
getEffect in interface org.bukkit.inventory.meta.FireworkEffectMeta