public class MCPotionBrewEvent
extends java.lang.Object
implements crafttweaker.api.event.IPotionBrewEvent
Constructor and Description |
---|
MCPotionBrewEvent(net.minecraftforge.event.brewing.PotionBrewEvent event) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.item.IItemStack |
getItem(int index) |
int |
getLength() |
void |
setItem(int index,
crafttweaker.api.item.IItemStack stack) |
public MCPotionBrewEvent(net.minecraftforge.event.brewing.PotionBrewEvent event)
public int getLength()
getLength
in interface crafttweaker.api.event.IPotionBrewEvent
public crafttweaker.api.item.IItemStack getItem(int index)
getItem
in interface crafttweaker.api.event.IPotionBrewEvent
public void setItem(int index, crafttweaker.api.item.IItemStack stack)
setItem
in interface crafttweaker.api.event.IPotionBrewEvent