public interface ImmutableFurnaceData extends ImmutableDataManipulator<ImmutableFurnaceData,FurnaceData>
ImmutableDataManipulator
representing the Furnace
information such as the remainingBurnTime()
and
remainingCookTime()
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Integer> |
remainingBurnTime()
Gets the
ImmutableValue for the remaining burn time of the
Furnace . |
ImmutableValue<Integer> |
remainingCookTime()
Gets the
ImmutableValue for the remaining cook time of the
Furnace . |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Integer> remainingBurnTime()
ImmutableValue
for the remaining burn time of the
Furnace
.ImmutableValue<Integer> remainingCookTime()
ImmutableValue
for the remaining cook time of the
Furnace
.