Class HTVanillaRecipeLookup
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.cache.HTRecipeLookup
@JvmRecord() public final class HTVanillaRecipeLookup<INPUT extends RecipeInput, RECIPE extends Recipe<INPUT>> extends Record implements HTRecipeLookup<RECIPE>
-
-
Constructor Summary
Constructors Constructor Description HTVanillaRecipeLookup(Supplier<out RecipeType<RECIPE>> recipeType)
-
Method Summary
Modifier and Type Method Description Sequence<HTRecipeHolder<RECIPE>>getAllRecipes(HTRecipeLookup.Context context)指定したcontextからレシピの一覧を取得します。 StringtoString()-
-
Method Detail
-
getAllRecipes
Sequence<HTRecipeHolder<RECIPE>> getAllRecipes(HTRecipeLookup.Context context)
指定したcontextからレシピの一覧を取得します。
- Returns:
-
-
-
-