Class TropicalFishBucketMetaMock
java.lang.Object
be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
- All Implemented Interfaces:
Cloneable,org.bukkit.configuration.serialization.ConfigurationSerializable,org.bukkit.inventory.meta.Damageable,org.bukkit.inventory.meta.ItemMeta,org.bukkit.inventory.meta.Repairable,org.bukkit.inventory.meta.TropicalFishBucketMeta,org.bukkit.persistence.PersistentDataHolder
public class TropicalFishBucketMetaMock
extends ItemMetaMock
implements org.bukkit.inventory.meta.TropicalFishBucketMeta
-
Constructor Summary
ConstructorsConstructorDescriptionTropicalFishBucketMetaMock(org.bukkit.inventory.meta.TropicalFishBucketMeta meta) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDefaults any null variables.@NotNull TropicalFishBucketMetaMockclone()boolean@NotNull org.bukkit.DyeColororg.bukkit.entity.TropicalFish.Pattern@NotNull org.bukkit.DyeColorinthashCode()booleanvoidsetBodyColor(@NotNull org.bukkit.DyeColor color) voidsetPattern(@NotNull org.bukkit.entity.TropicalFish.Pattern pattern) voidsetPatternColor(@NotNull org.bukkit.DyeColor color) Methods inherited from class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
addAttributeModifier, addEnchant, addItemFlags, assertComponentLore, assertHasNoLore, assertLore, assertLore, deserialize, displayName, displayName, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDamage, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getLoreComponents, getPersistentDataContainer, getPlaceableKeys, getRepairCost, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDamage, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasPlaceableKeys, hasRepairCost, isUnbreakable, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, serialize, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDamage, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setLocalizedName, setLore, setLoreComponents, setPlaceableKeys, setRepairCost, setUnbreakable, setVersionMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serializeMethods inherited from interface org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, displayName, displayName, getAsString, 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, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setLocalizedName, setLore, setLoreComponents, setPlaceableKeys, setUnbreakable, setVersionMethods inherited from interface org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
Constructor Details
-
TropicalFishBucketMetaMock
public TropicalFishBucketMetaMock() -
TropicalFishBucketMetaMock
public TropicalFishBucketMetaMock(org.bukkit.inventory.meta.TropicalFishBucketMeta meta)
-
-
Method Details
-
checkVars
protected void checkVars()Defaults any null variables. -
getPatternColor
@NotNull public @NotNull org.bukkit.DyeColor getPatternColor()- Specified by:
getPatternColorin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
setPatternColor
public void setPatternColor(@NotNull @NotNull org.bukkit.DyeColor color) - Specified by:
setPatternColorin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
getBodyColor
@NotNull public @NotNull org.bukkit.DyeColor getBodyColor()- Specified by:
getBodyColorin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
setBodyColor
public void setBodyColor(@NotNull @NotNull org.bukkit.DyeColor color) - Specified by:
setBodyColorin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
getPattern
@NotNull public org.bukkit.entity.TropicalFish.Pattern getPattern()- Specified by:
getPatternin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
setPattern
public void setPattern(@NotNull org.bukkit.entity.TropicalFish.Pattern pattern) - Specified by:
setPatternin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
hasVariant
public boolean hasVariant()- Specified by:
hasVariantin interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta
-
hashCode
public int hashCode()- Overrides:
hashCodein classItemMetaMock
-
equals
- Overrides:
equalsin classItemMetaMock
-
clone
- Specified by:
clonein interfaceorg.bukkit.inventory.meta.Damageable- Specified by:
clonein interfaceorg.bukkit.inventory.meta.ItemMeta- Specified by:
clonein interfaceorg.bukkit.inventory.meta.Repairable- Specified by:
clonein interfaceorg.bukkit.inventory.meta.TropicalFishBucketMeta- Overrides:
clonein classItemMetaMock
-