Class HTWashingCompletedRecipe
-
- All Implemented Interfaces:
public final class HTWashingCompletedRecipe extends HTCompletedRecipe.WithProgress<HTWashingRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private final HTWashingReciperecipe
-
Constructor Summary
Constructors Constructor Description HTWashingCompletedRecipe(HTWashingRecipe recipe, HTInputHandler<ItemStack> inputHandler, HTInputHandler<FluidStack> waterHandler, HTOutputHandler<ItemStack> outputHandler)
-
Method Summary
Modifier and Type Method Description final HTWashingRecipegetRecipe()HTProgressDatagetProgress()BooleancanComplete()Unitcomplete()-
-
Constructor Detail
-
HTWashingCompletedRecipe
HTWashingCompletedRecipe(HTWashingRecipe recipe, HTInputHandler<ItemStack> inputHandler, HTInputHandler<FluidStack> waterHandler, HTOutputHandler<ItemStack> outputHandler)
-
-
Method Detail
-
getRecipe
final HTWashingRecipe getRecipe()
-
getProgress
HTProgressData getProgress()
-
canComplete
Boolean canComplete()
-
-
-
-