public interface HideData extends DataManipulator<HideData,ImmutableHideData>
DataManipulator handling the hidden state of various pieces of information
 attached to an ItemStack.| Modifier and Type | Method and Description | 
|---|---|
| Value<Boolean> | hideAttributes()Gets the  Valuefor the "attributes hidden" state of an itemstack. | 
| Value<Boolean> | hideCanDestroy()Gets the  Valuefor the "can destroy hidden" state of an itemstack. | 
| Value<Boolean> | hideCanPlace()Gets the  Valuefor the "can place hidden" state of an itemstack. | 
| Value<Boolean> | hideEnchantments()Gets the  Valuefor the "enchantments hidden" state of an itemstack. | 
| Value<Boolean> | hideMiscellaneous()Gets the  Valuefor the "miscellaneous hidden" state of an itemstack. | 
| Value<Boolean> | hideUnbreakable()Gets the  Valuefor the "unbreakable hidden" state of an itemstack. | 
asImmutable, copy, fill, fill, from, set, set, set, set, transformgetContentVersion, toContainerValue<Boolean> hideEnchantments()
Value for the "enchantments hidden" state of an itemstack.Keys.HIDE_ENCHANTMENTSValue<Boolean> hideAttributes()
Value for the "attributes hidden" state of an itemstack.Keys.HIDE_ATTRIBUTESValue<Boolean> hideUnbreakable()
Value for the "unbreakable hidden" state of an itemstack.Keys.HIDE_UNBREAKABLEValue<Boolean> hideCanDestroy()
Value for the "can destroy hidden" state of an itemstack.Keys.HIDE_CAN_DESTROYValue<Boolean> hideCanPlace()
Value for the "can place hidden" state of an itemstack.Keys.HIDE_CAN_PLACEValue<Boolean> hideMiscellaneous()
Value for the "miscellaneous hidden" state of an itemstack.Keys.HIDE_MISCELLANEOUS