public static class BrewingRecipeHandler.BrewingRecipe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PositionedStack |
ingredient |
PositionedStack |
precursorPotion |
PositionedStack |
result |
| Constructor and Description |
|---|
BrewingRecipe(ItemStack ingred,
int basePotionID,
int resultDamage) |
public PositionedStack precursorPotion
public PositionedStack result
public PositionedStack ingredient