Package hiiragi283.core.data.recipe
Class HTMaterialRecipeProvider
-
- All Implemented Interfaces:
public abstract class HTMaterialRecipeProvider extends HTRecipeProvider
-
-
Field Summary
Fields Modifier and Type Field Description private final HTIngredientCreatoringredientCreatorprivate final HTFluidIngredientCreatorfluidCreatorprivate final HTItemIngredientCreatoritemCreatorprivate final HTResultCreatorresultCreator
-
Constructor Summary
Constructors Constructor Description HTMaterialRecipeProvider(String modId, HolderLookup.Provider registries, RecipeOutput output)
-
Method Summary
Modifier and Type Method Description final HTIngredientCreatorgetIngredientCreator()final HTFluidIngredientCreatorgetFluidCreator()final HTItemIngredientCreatorgetItemCreator()final HTResultCreatorgetResultCreator()-
-
Constructor Detail
-
HTMaterialRecipeProvider
HTMaterialRecipeProvider(String modId, HolderLookup.Provider registries, RecipeOutput output)
-
-
Method Detail
-
getIngredientCreator
final HTIngredientCreator getIngredientCreator()
-
getFluidCreator
final HTFluidIngredientCreator getFluidCreator()
-
getItemCreator
final HTItemIngredientCreator getItemCreator()
-
getResultCreator
final HTResultCreator getResultCreator()
-
-
-
-