public interface ImmutableSuspendedData extends ImmutableDataManipulator<ImmutableSuspendedData,SuspendedData>
ImmutableDataManipulator
for the "suspended" state. Usually, the
mechanics for this mean that a BlockState
may "trigger" if modified
while being "suspended". Usually applicable to BlockTypes.TRIPWIRE
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
suspended()
Gets the
ImmutableValue for the "suspended" state. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Boolean> suspended()
ImmutableValue
for the "suspended" state.