public class PotionBrewEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
PotionBrewEvent.Post
PotionBrewEvent.Post is fired when a potion is brewed in the brewing stand.
|
static class |
PotionBrewEvent.Pre
PotionBrewEvent.Pre is fired before vanilla brewing takes place.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PotionBrewEvent(NonNullList<ItemStack> stacks) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
getItem(int index) |
int |
getLength() |
void |
setItem(int index,
ItemStack stack) |
protected PotionBrewEvent(NonNullList<ItemStack> stacks)