public interface ImmutableDisarmedData extends ImmutableDataManipulator<ImmutableDisarmedData,DisarmedData>
ImmutableDataManipulator
for representing a "disarmed" state.
Usually applicable to BlockTypes.TRIPWIRE
and
BlockTypes.TRIPWIRE_HOOK
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
disarmed()
Gets the
ImmutableValue for the current "disarmed" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> disarmed()
ImmutableValue
for the current "disarmed" state.