Class HTProcessorBlockEntity.Energized.ProgressHandler
-
- All Implemented Interfaces:
public abstract class HTProcessorBlockEntity.Energized.ProgressHandler<RECIPE extends Object, COMP extends HTCompletedRecipe.WithProgress<RECIPE>> extends HTProcessorBlockEntity.RecipeHandler<RECIPE, COMP>
-
-
Field Summary
Fields Modifier and Type Field Description private Integerprogressprivate IntegermaxProgress
-
Constructor Summary
Constructors Constructor Description HTProcessorBlockEntity.Energized.ProgressHandler()
-
Method Summary
Modifier and Type Method Description final IntegergetProgress()final UnitsetProgress(Integer value)final IntegergetMaxProgress()final UnitsetMaxProgress(Integer value)-
-
Method Detail
-
getProgress
final Integer getProgress()
-
setProgress
final Unit setProgress(Integer value)
-
getMaxProgress
final Integer getMaxProgress()
-
setMaxProgress
final Unit setMaxProgress(Integer value)
-
-
-
-