public interface ImmutableArmorStandData extends ImmutableDataManipulator<ImmutableArmorStandData,ArmorStandData>
Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
arms()
Returns whether this armor stand shows arms or not.
|
ImmutableValue<Boolean> |
basePlate()
Gets whether this armor stand has a visible base plate or not.
|
ImmutableValue<Boolean> |
marker()
Returns whether this armor stand is considered a "marker" where if
it is a "marker", then the armor stand is not rendered itself, but
the equipment it has would still be rendered.
|
ImmutableValue<Boolean> |
small()
Returns whether this armor stand is a small armor stand or not.
|
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> marker()
ImmutableValue<Boolean> small()
ImmutableValue<Boolean> arms()
Arms that do not show may also not show an item in hand.
ImmutableValue<Boolean> basePlate()