public interface BrewingStandData extends DataManipulator<BrewingStandData,ImmutableBrewingStandData>
DataManipulator
handling the BrewingStand
information, such as the remaining brew time.Modifier and Type | Method and Description |
---|---|
MutableBoundedValue<Integer> |
remainingBrewTime()
Gets the
MutableBoundedValue for the remaining brew time. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
MutableBoundedValue<Integer> remainingBrewTime()
MutableBoundedValue
for the remaining brew time.
If nothing is brewing the value is 0.
Keys.REMAINING_BREW_TIME