public interface ArmorStandData extends DataManipulator<ArmorStandData,ImmutableArmorStandData>
| Modifier and Type | Method and Description | 
|---|---|
| Value<Boolean> | arms()Returns whether this armor stand shows arms or not. | 
| Value<Boolean> | basePlate()Gets whether this armor stand has a visible base plate or not. | 
| Value<Boolean> | marker()Returns whether this armor stand is rendered invisible and simply a
 "marker". | 
| Value<Boolean> | small()Returns whether this armor stand is a small armor stand or not. | 
asImmutable, copy, fill, fill, from, set, set, set, set, transformgetContentVersion, toContainerValue<Boolean> marker()
Keys.ARMOR_STAND_MARKERValue<Boolean> small()
Keys.ARMOR_STAND_IS_SMALLValue<Boolean> arms()
Arms that do not show may also not show an item in hand.
Keys.ARMOR_STAND_HAS_ARMSValue<Boolean> basePlate()
Keys.ARMOR_STAND_HAS_BASE_PLATE