public interface ArmorStandMeta extends ItemMeta
Modifier and Type | Method and Description |
---|---|
boolean |
hasNoBasePlate()
Gets whether this ArmorStand should have no base plate when spawned
|
boolean |
isInvisible()
Gets whether the ArmorStand should be invisible when spawned
|
boolean |
isMarker()
Gets whether this ArmorStand will be a marker when spawned
The exact details of this flag are an implementation detail
|
boolean |
isSmall()
Gets whether this ArmorStand will be small when spawned
|
void |
setInvisible(boolean invisible)
Sets that this ArmorStand should be invisible when spawned
|
void |
setMarker(boolean marker)
Sets that this ArmorStand should be a marker when spawned
The exact details of this flag are an implementation detail
|
void |
setNoBasePlate(boolean noBasePlate)
Sets that this ArmorStand should have no base plate when spawned
|
void |
setShowArms(boolean showArms)
Sets that this ArmorStand should show arms when spawned
|
void |
setSmall(boolean small)
Sets that this ArmorStand should be small when spawned
|
boolean |
shouldShowArms()
Gets whether this ArmorStand should show arms when spawned
|
addAttributeModifier, addEnchant, addItemFlags, clone, displayName, displayName, 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, setVersion
serialize
getPersistentDataContainer
boolean isInvisible()
boolean hasNoBasePlate()
boolean shouldShowArms()
boolean isSmall()
boolean isMarker()
void setInvisible(boolean invisible)
invisible
- true if set invisiblevoid setNoBasePlate(boolean noBasePlate)
noBasePlate
- true if no base platevoid setShowArms(boolean showArms)
showArms
- true if show armsvoid setSmall(boolean small)
small
- true if smallvoid setMarker(boolean marker)
marker
- true if a markerCopyright © 2021. All rights reserved.