public interface IBrewingManager
Modifier and Type | Method and Description |
---|---|
void |
addBrew(IIngredient input,
IIngredient[] ingredients,
IItemStack output,
boolean hidden) |
void |
addBrew(IIngredient input,
IIngredient ingredient,
IItemStack output,
boolean hidden) |
void |
removeRecipe(IItemStack input,
IItemStack ingredient) |
void addBrew(IIngredient input, IIngredient ingredient, IItemStack output, boolean hidden)
void addBrew(IIngredient input, IIngredient[] ingredients, IItemStack output, boolean hidden)
void removeRecipe(IItemStack input, IItemStack ingredient)