Class HTRecipeLookup.Context

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final RecipeManager manager
      private final RegistryAccess access
      private final PotionBrewing brewing
    • Constructor Summary

      Constructors 
      Constructor Description
      HTRecipeLookup.Context(RecipeManager manager, RegistryAccess access, PotionBrewing brewing)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RecipeManager getManager()
      final RegistryAccess getAccess()
      final PotionBrewing getBrewing()
      final <INPUT extends RecipeInput, RECIPE extends Recipe<INPUT>> Sequence<HTRecipeHolder<RECIPE>> getAllRecipes(RecipeType<RECIPE> recipeType)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTRecipeLookup.Context

        HTRecipeLookup.Context(RecipeManager manager, RegistryAccess access, PotionBrewing brewing)