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