Package hiiragi283.core.api.data.recipe
Class HTRecipeProviderContext.Delegated
-
- All Implemented Interfaces:
public abstract class HTRecipeProviderContext.Delegated extends HTRecipeProviderContext
ほかのHTRecipeProviderContextに実装を依存したHTRecipeProviderContextの拡張クラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTRecipeProviderContext.Delegated()
-
Method Summary
Modifier and Type Method Description final HolderLookup.ProvidergetProvider()final RecipeOutputgetOutput()-
-
Method Detail
-
getProvider
final HolderLookup.Provider getProvider()
-
getOutput
final RecipeOutput getOutput()
-
-
-
-