public class BrewingRecipeUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraft.item.ItemStack |
POTION |
static net.minecraft.item.ItemStack |
WATER_BOTTLE |
Constructor and Description |
---|
BrewingRecipeUtil(mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.item.ItemStack> itemStackHelper) |
Modifier and Type | Method and Description |
---|---|
void |
addRecipe(java.util.List<net.minecraft.item.ItemStack> inputPotions,
net.minecraft.item.ItemStack outputPotion) |
int |
getBrewingSteps(net.minecraft.item.ItemStack outputPotion) |
public static final net.minecraft.item.ItemStack POTION
public static final net.minecraft.item.ItemStack WATER_BOTTLE