public interface ImmutableBrewingData extends ImmutableDataManipulator<ImmutableBrewingData,BrewingData>
ImmutableDataManipulator
handling the BrewingStand
information, such as the remaining brew time.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Integer> |
remainingBrewingTime()
Gets the
ImmutableValue for the remaining brew time. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Integer> remainingBrewingTime()
ImmutableValue
for the remaining brew time.