public class BrewingRecipeCWrapper
extends mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapper
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
ingredientList |
java.util.List<net.minecraft.item.ItemStack> |
inputs |
net.minecraft.item.ItemStack |
output |
| Constructor and Description |
|---|
BrewingRecipeCWrapper(crafttweaker.mc1120.brewing.MultiBrewingRecipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<mezz.jei.api.recipe.IRecipeWrapper> |
createBrewingRecipes() |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
java.util.List<?> |
getInputs() |
static void |
registerBrewingRecipe() |
drawInfo, equals, getBrewingSteps, hashCode, toStringpublic final net.minecraft.item.ItemStack output
public final java.util.List<java.util.List<net.minecraft.item.ItemStack>> ingredientList
public final java.util.List<net.minecraft.item.ItemStack> inputs
public BrewingRecipeCWrapper(crafttweaker.mc1120.brewing.MultiBrewingRecipe recipe)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients in interface mezz.jei.api.recipe.IRecipeWrappergetIngredients in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapperpublic java.util.List<?> getInputs()
getInputs in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapperpublic static java.util.List<mezz.jei.api.recipe.IRecipeWrapper> createBrewingRecipes()
public static void registerBrewingRecipe()