Class PotionMetaMock
java.lang.Object
be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
- All Implemented Interfaces:
PersistentDataViewHolder,Cloneable,ConfigurationSerializable,Damageable,ItemMeta,PotionMeta,Repairable,PersistentDataHolder
Mock implementation of a
PotionMeta.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newPotionMetaMock.PotionMetaMock(@NotNull PotionMeta meta) Constructs a newPotionMetaMock, cloning the data from another. -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCustomEffect(@NotNull PotionEffect effect, boolean overwrite) boolean@NotNull PotionMetaMockclone()static @NotNull PotionMetaMockdeserialize(@NotNull Map<String, Object> args) Required method for Bukkit deserialization.protected voiddeserializeInternal(@NotNull Map<String, Object> args) boolean@Nullable PotionData@Nullable PotionType@Nullable ColorgetColor()@NotNull List<PotionEffect> protected StringbooleanbooleanhasColor()booleanhasCustomEffect(@NotNull PotionEffectType type) booleaninthashCode()booleanremoveCustomEffect(@NotNull PotionEffectType type) Serializes the properties of an PotionMetaMock to a HashMap.voidsetBasePotionData(@Nullable PotionData data) voidsetBasePotionType(@Nullable PotionType type) voidbooleansetMainEffect(@NotNull PotionEffectType type) Deprecated.Methods inherited from class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
addAttributeModifier, addEnchant, addItemFlags, assertComponentLore, assertHasNoLore, assertLore, assertLore, displayName, displayName, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDamage, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getFood, getItemFlags, getItemName, getJukeboxPlayable, getLocalizedName, getLore, getLoreComponents, getMaxDamage, getMaxStackSize, getPersistentDataContainer, getPlaceableKeys, getRarity, getRepairCost, getTool, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDamage, hasDamageValue, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchantmentGlintOverride, hasEnchants, hasFood, hasItemFlag, hasItemName, hasJukeboxPlayable, hasLocalizedName, hasLore, hasMaxDamage, hasMaxStackSize, hasPlaceableKeys, hasRarity, hasRepairCost, hasTool, isFireResistant, isHideTooltip, isUnbreakable, itemName, itemName, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, resetDamage, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDamage, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setEnchantmentGlintOverride, setFireResistant, setFood, setHideTooltip, setItemName, setJukeboxPlayable, setLocalizedName, setLore, setLoreComponents, setMaxDamage, setMaxStackSize, setPlaceableKeys, setRarity, setRepairCost, setTool, setUnbreakable, setVersion, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, displayName, displayName, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getFood, getItemFlags, getItemName, getJukeboxPlayable, getLocalizedName, getLore, getLoreComponents, getMaxStackSize, getPlaceableKeys, getRarity, getTool, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchantmentGlintOverride, hasEnchants, hasFood, hasItemFlag, hasItemName, hasJukeboxPlayable, hasLocalizedName, hasLore, hasMaxStackSize, hasPlaceableKeys, hasRarity, hasTool, isFireResistant, isHideTooltip, isUnbreakable, itemName, itemName, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setEnchantmentGlintOverride, setFireResistant, setFood, setHideTooltip, setItemName, setJukeboxPlayable, setLocalizedName, setLore, setLoreComponents, setMaxStackSize, setPlaceableKeys, setRarity, setTool, setUnbreakable, setVersionMethods inherited from interface org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
Constructor Details
-
PotionMetaMock
public PotionMetaMock()Constructs a newPotionMetaMock. -
PotionMetaMock
Constructs a newPotionMetaMock, cloning the data from another.- Parameters:
meta- The meta to clone.
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classItemMetaMock
-
equals
- Overrides:
equalsin classItemMetaMock
-
clone
- Specified by:
clonein interfaceDamageable- Specified by:
clonein interfaceItemMeta- Specified by:
clonein interfacePotionMeta- Specified by:
clonein interfaceRepairable- Overrides:
clonein classItemMetaMock
-
addCustomEffect
- Specified by:
addCustomEffectin interfacePotionMeta
-
clearCustomEffects
public boolean clearCustomEffects()- Specified by:
clearCustomEffectsin interfacePotionMeta
-
getCustomEffects
- Specified by:
getCustomEffectsin interfacePotionMeta
-
hasCustomEffect
- Specified by:
hasCustomEffectin interfacePotionMeta
-
hasCustomEffects
public boolean hasCustomEffects()- Specified by:
hasCustomEffectsin interfacePotionMeta
-
removeCustomEffect
- Specified by:
removeCustomEffectin interfacePotionMeta
-
hasColor
public boolean hasColor()- Specified by:
hasColorin interfacePotionMeta
-
getColor
- Specified by:
getColorin interfacePotionMeta
-
setColor
- Specified by:
setColorin interfacePotionMeta
-
setBasePotionData
- Specified by:
setBasePotionDatain interfacePotionMeta
-
getBasePotionData
- Specified by:
getBasePotionDatain interfacePotionMeta
-
setBasePotionType
- Specified by:
setBasePotionTypein interfacePotionMeta
-
getBasePotionType
- Specified by:
getBasePotionTypein interfacePotionMeta
-
hasBasePotionType
public boolean hasBasePotionType()- Specified by:
hasBasePotionTypein interfacePotionMeta
-
setMainEffect
Deprecated.- Specified by:
setMainEffectin interfacePotionMeta
-
deserializeInternal
- Overrides:
deserializeInternalin classItemMetaMock
-
deserialize
@NotNull public static @NotNull PotionMetaMock deserialize(@NotNull @NotNull Map<String, Object> args) Required method for Bukkit deserialization.- Parameters:
args- A serialized PotionMetaMock object in a Map<String, Object> format.- Returns:
- A new instance of the PotionMetaMock class.
-
serialize
Serializes the properties of an PotionMetaMock to a HashMap. Unimplemented properties are not present in the map.- Specified by:
serializein interfaceConfigurationSerializable- Overrides:
serializein classItemMetaMock- Returns:
- A HashMap of String, Object pairs representing the PotionMetaMock.
-
getTypeName
- Overrides:
getTypeNamein classItemMetaMock
-