Class BrewingRecipeRegistry.Recipe<T>

java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry.Recipe<T>
Enclosing class:
BrewingRecipeRegistry

static class BrewingRecipeRegistry.Recipe<T>
extends Object
  • Field Details

    • input

      private final T input
    • ingredient

      private final Ingredient ingredient
    • output

      private final T output
  • Constructor Details

    • Recipe

      public Recipe​(T t, Ingredient ingredient, T t2)