Package hiiragi283.core.api.recipe
Class HTRecipeLookup.Context
-
- All Implemented Interfaces:
public final class HTRecipeLookup.Context- Since:
0.11.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTRecipeLookup.Context(RecipeManager manager, RegistryAccess access, PotionBrewing brewing)
-
Method Summary
Modifier and Type Method Description final RecipeManagergetManager()final RegistryAccessgetAccess()final PotionBrewinggetBrewing()-
-
Method Detail
-
getManager
final RecipeManager getManager()
-
getAccess
final RegistryAccess getAccess()
-
getBrewing
final PotionBrewing getBrewing()
-
-
-
-