public interface ImmutableDisabledSlotsData extends ImmutableDataManipulator<ImmutableDisabledSlotsData,DisabledSlotsData>
ImmutableDataManipulator for the disabled slots in an
 ArmorStand.
 
 A slot can have taking disabled, placing disabled or both.| Modifier and Type | Method and Description | 
|---|---|
| ImmutableSetValue<EquipmentType> | placingDisabled()Controls slots that players can't place items into. | 
| ImmutableSetValue<EquipmentType> | takingDisabled()Controls slots that players can't take items from. | 
asMutable, copy, with, withgetContentVersion, toContainerImmutableSetValue<EquipmentType> takingDisabled()
Keys.ARMOR_STAND_TAKING_DISABLEDImmutableSetValue<EquipmentType> placingDisabled()
Keys.ARMOR_STAND_PLACING_DISABLED