Class ArmorStandMetaMock
java.lang.Object
be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
- All Implemented Interfaces:
ArmorStandMeta,Cloneable,ConfigurationSerializable,Damageable,ItemMeta,Repairable,PersistentDataHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ArmorStandMetaMockclone()booleaninthashCode()booleanbooleanbooleanisMarker()booleanisSmall()voidsetInvisible(boolean invisible) voidsetMarker(boolean marker) voidsetNoBasePlate(boolean noBasePlate) voidsetShowArms(boolean showArms) voidsetSmall(boolean small) booleanMethods 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
-
ArmorStandMetaMock
public ArmorStandMetaMock() -
ArmorStandMetaMock
-
-
Method Details
-
isInvisible
public boolean isInvisible()- Specified by:
isInvisiblein interfaceArmorStandMeta
-
hasNoBasePlate
public boolean hasNoBasePlate()- Specified by:
hasNoBasePlatein interfaceArmorStandMeta
-
shouldShowArms
public boolean shouldShowArms()- Specified by:
shouldShowArmsin interfaceArmorStandMeta
-
isSmall
public boolean isSmall()- Specified by:
isSmallin interfaceArmorStandMeta
-
isMarker
public boolean isMarker()- Specified by:
isMarkerin interfaceArmorStandMeta
-
setInvisible
public void setInvisible(boolean invisible) - Specified by:
setInvisiblein interfaceArmorStandMeta
-
setNoBasePlate
public void setNoBasePlate(boolean noBasePlate) - Specified by:
setNoBasePlatein interfaceArmorStandMeta
-
setShowArms
public void setShowArms(boolean showArms) - Specified by:
setShowArmsin interfaceArmorStandMeta
-
setSmall
public void setSmall(boolean small) - Specified by:
setSmallin interfaceArmorStandMeta
-
setMarker
public void setMarker(boolean marker) - Specified by:
setMarkerin interfaceArmorStandMeta
-
hashCode
public int hashCode()- Overrides:
hashCodein classItemMetaMock
-
equals
- Overrides:
equalsin classItemMetaMock
-
clone
- Specified by:
clonein interfaceDamageable- Specified by:
clonein interfaceItemMeta- Specified by:
clonein interfaceRepairable- Overrides:
clonein classItemMetaMock
-