Package hiiragi283.core.api.recipe
Interface HTRecipeLookup.Managed
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipeLookup
public interface HTRecipeLookup.Managed<INPUT extends RecipeInput, RECIPE extends Recipe<INPUT>> implements HTRecipeLookup<INPUT, RECIPE, RecipeHolder<RECIPE>>
RecipeHolderに基づいたHTRecipeLookupの拡張インターフェースです。
- Since:
0.12.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description RecipeHolder<RECIPE>createHolder(ResourceLocation id, RECIPE recipe)ResourceLocationgetId(RecipeHolder<RECIPE> holder)RECIPEgetRecipe(RecipeHolder<RECIPE> holder)-
Methods inherited from class hiiragi283.core.api.recipe.HTRecipeLookup
createCache, findFirst, getAllRecipes, getAllRecipes, getAllRecipes, getAllRecipes, getHolder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-