public class AnvilRecipeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
Constructor and Description |
---|
AnvilRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> leftInput,
java.util.List<net.minecraft.item.ItemStack> rightInputs,
java.util.List<net.minecraft.item.ItemStack> outputs) |
Modifier and Type | Method and Description |
---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY) |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
public AnvilRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> leftInput, java.util.List<net.minecraft.item.ItemStack> rightInputs, java.util.List<net.minecraft.item.ItemStack> outputs)
public void drawInfo(net.minecraft.client.Minecraft minecraft, int recipeWidth, int recipeHeight, int mouseX, int mouseY)
drawInfo
in interface mezz.jei.api.recipe.IRecipeWrapper
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients
in interface mezz.jei.api.recipe.IRecipeWrapper