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
Value for the "attributes hidden" state of an itemstack. |
Value<Boolean> |
hideCanDestroy()
Gets the
Value for the "can destroy hidden" state of an itemstack. |
Value<Boolean> |
hideCanPlace()
Gets the
Value for the "can place hidden" state of an itemstack. |
Value<Boolean> |
hideEnchantments()
Gets the
Value for the "enchantments hidden" state of an itemstack. |
Value<Boolean> |
hideMiscellaneous()
Gets the
Value for the "miscellaneous hidden" state of an itemstack. |
Value<Boolean> |
hideUnbreakable()
Gets the
Value for the "unbreakable hidden" state of an itemstack. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<Boolean> hideEnchantments()
Value
for the "enchantments hidden" state of an itemstack.Keys.HIDE_ENCHANTMENTS
Value<Boolean> hideAttributes()
Value
for the "attributes hidden" state of an itemstack.Keys.HIDE_ATTRIBUTES
Value<Boolean> hideUnbreakable()
Value
for the "unbreakable hidden" state of an itemstack.Keys.HIDE_UNBREAKABLE
Value<Boolean> hideCanDestroy()
Value
for the "can destroy hidden" state of an itemstack.Keys.HIDE_CAN_DESTROY
Value<Boolean> hideCanPlace()
Value
for the "can place hidden" state of an itemstack.Keys.HIDE_CAN_PLACE
Value<Boolean> hideMiscellaneous()
Value
for the "miscellaneous hidden" state of an itemstack.Keys.HIDE_MISCELLANEOUS