public interface ImmutableBrewingStandData extends ImmutableDataManipulator<ImmutableBrewingStandData,BrewingStandData>
ImmutableDataManipulator
handling the BrewingStand
information, such as the remaining brew time.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Integer> |
remainingBrewTime()
Gets the
ImmutableBoundedValue for the remaining brew time. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableBoundedValue<Integer> remainingBrewTime()
ImmutableBoundedValue
for the remaining brew time.
If nothing is brewing the immutable value is 0.