Class HTDoubleInputRecipeCache
-
- All Implemented Interfaces:
public abstract class HTDoubleInputRecipeCache<INPUT_A extends Object, INPUT_B extends Object, RECIPE extends BiPredicate<INPUT_A, INPUT_B>> extends HTBasicRecipeCache<RECIPE>
-
-
Constructor Summary
Constructors Constructor Description HTDoubleInputRecipeCache(HTRecipeLookup<RECIPE> lookup)
-
Method Summary
Modifier and Type Method Description final RECIPEfindFirstRecipe(INPUT_A firstInput, INPUT_B secondInput, Level level)final RECIPEfindFirstRecipe(INPUT_A firstInput, INPUT_B secondInput, HTRecipeLookup.Context context)final HTRecipeHolder<RECIPE>findFirstHolder(INPUT_A firstInput, INPUT_B secondInput, HTRecipeLookup.Context context)-
-
Constructor Detail
-
HTDoubleInputRecipeCache
HTDoubleInputRecipeCache(HTRecipeLookup<RECIPE> lookup)
-
-
Method Detail
-
findFirstRecipe
final RECIPE findFirstRecipe(INPUT_A firstInput, INPUT_B secondInput, Level level)
-
findFirstRecipe
final RECIPE findFirstRecipe(INPUT_A firstInput, INPUT_B secondInput, HTRecipeLookup.Context context)
-
findFirstHolder
final HTRecipeHolder<RECIPE> findFirstHolder(INPUT_A firstInput, INPUT_B secondInput, HTRecipeLookup.Context context)
-
-
-
-