Cloneable, ConfigurationSerializable, ItemMetapublic interface ArmorStandMeta extends ItemMeta
ItemMeta.Spigot| Modifier and Type | Method | 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
|
serializeaddEnchant, addItemFlags, clone, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigotboolean 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 © 2019. All rights reserved.