Class HTAlloyingCompletedRecipe
-
- All Implemented Interfaces:
public final class HTAlloyingCompletedRecipe extends HTCompletedRecipe.WithProgress<HTAlloyingRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private final HTAlloyingReciperecipe
-
Constructor Summary
Constructors Constructor Description HTAlloyingCompletedRecipe(HTAlloyingRecipe recipe, HTInputHandler<ItemStack> primaryInputHandler, HTInputHandler<ItemStack> secondaryInputHandler, HTInputHandler<ItemStack> tertiaryInputHandler, HTOutputHandler<ItemStack> outputHandler)
-
Method Summary
Modifier and Type Method Description final HTAlloyingRecipegetRecipe()HTProgressDatagetProgress()BooleancanComplete()Unitcomplete()-
-
Constructor Detail
-
HTAlloyingCompletedRecipe
HTAlloyingCompletedRecipe(HTAlloyingRecipe recipe, HTInputHandler<ItemStack> primaryInputHandler, HTInputHandler<ItemStack> secondaryInputHandler, HTInputHandler<ItemStack> tertiaryInputHandler, HTOutputHandler<ItemStack> outputHandler)
-
-
Method Detail
-
getRecipe
final HTAlloyingRecipe getRecipe()
-
getProgress
HTProgressData getProgress()
-
canComplete
Boolean canComplete()
-
-
-
-