Package hiiragi283.core.api.recipe
Interface HTRecipeLookup.Fake
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipeLookup
public interface HTRecipeLookup.Fake<INPUT extends RecipeInput, RECIPE extends Object> implements HTRecipeLookup<INPUT, RECIPE, IdToValue<RECIPE>>
IdToValueに基づいたHTRecipeLookupの拡張インターフェースです。
- Since:
0.12.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description Pair<ResourceLocation, RECIPE>createHolder(ResourceLocation id, RECIPE recipe)ResourceLocationgetId(Pair<ResourceLocation, RECIPE> holder)RECIPEgetRecipe(Pair<ResourceLocation, 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
-
-