Class HTDoubleInputCompletedRecipe
-
- All Implemented Interfaces:
public abstract class HTDoubleInputCompletedRecipe<INPUT_A extends Object, INPUT_B extends Object, OUTPUT extends Object, RECIPE extends HTBiRecipeFactory<INPUT_A, INPUT_B, OUTPUT>> extends HTCompletedRecipe.WithProgress<RECIPE>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTDoubleInputCompletedRecipe.ItemAndFluidpublic final classHTDoubleInputCompletedRecipe.DoubleItem
-
Constructor Summary
Constructors Constructor Description HTDoubleInputCompletedRecipe(RECIPE recipe, HTInputHandler<INPUT_A> firstInputHandler, HTInputHandler<INPUT_B> secondInputHandler, HTOutputHandler<OUTPUT> outputHandler, Function3<RECIPE, INPUT_A, INPUT_B, Pair<Integer, Integer>> amountGetter)
-
Method Summary
-
-
Constructor Detail
-
HTDoubleInputCompletedRecipe
HTDoubleInputCompletedRecipe(RECIPE recipe, HTInputHandler<INPUT_A> firstInputHandler, HTInputHandler<INPUT_B> secondInputHandler, HTOutputHandler<OUTPUT> outputHandler, Function3<RECIPE, INPUT_A, INPUT_B, Pair<Integer, Integer>> amountGetter)
-
-
-
-