static class BrewingRecipeRegistry.Recipe<T> extends Object
Modifier and Type | Field and Description |
---|---|
private Ingredient |
ingredient |
private T |
input |
private T |
output |
Constructor and Description |
---|
Recipe(T t,
Ingredient ingredient,
T t2) |
private final T input
private final Ingredient ingredient
private final T output
public Recipe(T t, Ingredient ingredient, T t2)