Class ExpandPotionBrewEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.brewing.ExpandPotionBrewEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IItemStackgetItem(net.minecraftforge.event.brewing.PotionBrewEvent internal, int index) static intgetLength(net.minecraftforge.event.brewing.PotionBrewEvent internal) static voidsetItem(net.minecraftforge.event.brewing.PotionBrewEvent internal, int index, IItemStack stack)
-
Constructor Details
-
ExpandPotionBrewEvent
public ExpandPotionBrewEvent()
-
-
Method Details
-
getItem
public static IItemStack getItem(net.minecraftforge.event.brewing.PotionBrewEvent internal, int index) -
setItem
public static void setItem(net.minecraftforge.event.brewing.PotionBrewEvent internal, int index, IItemStack stack) -
getLength
public static int getLength(net.minecraftforge.event.brewing.PotionBrewEvent internal)
-