Class HTProcessorBlockEntity.RecipeHandler
-
- All Implemented Interfaces:
public abstract class HTProcessorBlockEntity.RecipeHandler<INPUT extends RecipeInput, RECIPE extends HTRecipe<INPUT>> extends HTProgressHandler<HTHandledRecipe<INPUT, RECIPE>>
-
-
Field Summary
Fields Modifier and Type Field Description private Integerprogressprivate IntegermaxProgress
-
Constructor Summary
Constructors Constructor Description HTProcessorBlockEntity.RecipeHandler()
-
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)
-
-
-
-