Package net.minecraft.recipe
Class BrewingRecipeRegistry.Recipe<T>
java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry.Recipe<T>
- Enclosing class:
- BrewingRecipeRegistry
static class BrewingRecipeRegistry.Recipe<T> extends Object
-
Field Summary
Fields Modifier and Type Field Description private Ingredient
ingredient
private T
input
private T
output
-
Constructor Summary
Constructors Constructor Description Recipe(T t, Ingredient ingredient, T t2)
-
Method Summary
-
Field Details
-
input
-
ingredient
-
output
-
-
Constructor Details
-
Recipe
-