Package hiiragi283.core.api.data.recipe
Class HTRecipeProviderContext
-
- All Implemented Interfaces:
public abstract class HTRecipeProviderContextレシピ生成で使用される抽象クラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classHTRecipeProviderContext.DelegatedほかのHTRecipeProviderContextに実装を依存したHTRecipeProviderContextの拡張クラスです。
-
Field Summary
Fields Modifier and Type Field Description private final HolderLookup.Providerprovider
-
Constructor Summary
Constructors Constructor Description HTRecipeProviderContext()
-
Method Summary
Modifier and Type Method Description abstract HolderLookup.ProvidergetProvider()final Unitsave(ResourceLocation recipeId, Recipe<?> recipe, ICondition conditions)指定したrecipeを進捗なしで登録します。 -
-
Method Detail
-
getProvider
abstract HolderLookup.Provider getProvider()
-
-
-
-