Class HTSingleInputRecipeCache
-
- All Implemented Interfaces:
public abstract class HTSingleInputRecipeCache<INPUT extends Object, RECIPE extends Predicate<INPUT>> extends HTBasicRecipeCache<RECIPE>
-
-
Constructor Summary
Constructors Constructor Description HTSingleInputRecipeCache(HTRecipeLookup<RECIPE> lookup)
-
Method Summary
Modifier and Type Method Description final RECIPEfindFirstRecipe(INPUT input, Level level)final RECIPEfindFirstRecipe(INPUT input, HTRecipeLookup.Context context)final HTRecipeHolder<RECIPE>findFirstHolder(INPUT input, HTRecipeLookup.Context context)-
-
Constructor Detail
-
HTSingleInputRecipeCache
HTSingleInputRecipeCache(HTRecipeLookup<RECIPE> lookup)
-
-
Method Detail
-
findFirstRecipe
final RECIPE findFirstRecipe(INPUT input, Level level)
-
findFirstRecipe
final RECIPE findFirstRecipe(INPUT input, HTRecipeLookup.Context context)
-
findFirstHolder
final HTRecipeHolder<RECIPE> findFirstHolder(INPUT input, HTRecipeLookup.Context context)
-
-
-
-