Class HTCompletedRecipe.WithProgress
-
- All Implemented Interfaces:
public abstract class HTCompletedRecipe.WithProgress<RECIPE extends Object> extends HTCompletedRecipe<RECIPE>
-
-
Constructor Summary
Constructors Constructor Description HTCompletedRecipe.WithProgress(RECIPE recipe)
-
Method Summary
Modifier and Type Method Description final RECIPEgetRecipe()abstract HTProgressDatagetProgress()-
-
Constructor Detail
-
HTCompletedRecipe.WithProgress
HTCompletedRecipe.WithProgress(RECIPE recipe)
-
-
Method Detail
-
getProgress
abstract HTProgressData getProgress()
-
-
-
-