Potion Brew Event
To use this event use the following import:
groovy
import net.minecraftforge.event.brewing.PotionBrewEvent
Methods
groovy
int getLength()
groovy
net.minecraft.item.ItemStack getItem(int arg0)
groovy
void setItem(int arg0, net.minecraft.item.ItemStack arg1)
Pre
To use this event use the following import:
groovy
import net.minecraftforge.event.brewing.PotionBrewEvent.Pre
Sub-Classes
This event extends the following events and can use all their methods and fields:
PotionBrewEvent
Methods
Post
To use this event use the following import:
groovy
import net.minecraftforge.event.brewing.PotionBrewEvent.Post
Sub-Classes
This event extends the following events and can use all their methods and fields:
PotionBrewEvent