Class HTDoubleToMultiItemCompletedRecipe.Planting
-
- All Implemented Interfaces:
public final class HTDoubleToMultiItemCompletedRecipe.Planting extends HTDoubleToMultiItemCompletedRecipe<ItemStack, ItemStack, HTPlantingRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private final HTPlantingReciperecipe
-
Constructor Summary
Constructors Constructor Description HTDoubleToMultiItemCompletedRecipe.Planting(HTPlantingRecipe recipe, HTInputHandler<ItemStack> firstInputHandler, HTInputHandler<ItemStack> secondInputHandler, HTOutputHandler<ItemStack> outputHandler)
-
Method Summary
Modifier and Type Method Description final HTPlantingRecipegetRecipe()HTProgressDatagetProgress()-
-
Constructor Detail
-
HTDoubleToMultiItemCompletedRecipe.Planting
HTDoubleToMultiItemCompletedRecipe.Planting(HTPlantingRecipe recipe, HTInputHandler<ItemStack> firstInputHandler, HTInputHandler<ItemStack> secondInputHandler, HTOutputHandler<ItemStack> outputHandler)
-
-
Method Detail
-
getRecipe
final HTPlantingRecipe getRecipe()
-
getProgress
HTProgressData getProgress()
-
-
-
-