public class BrewingRecipeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
Constructor and Description |
---|
BrewingRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> ingredients,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput) |
Modifier and Type | Method and Description |
---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY) |
boolean |
equals(java.lang.Object obj) |
int |
getBrewingSteps() |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
java.util.List |
getInputs() |
int |
hashCode() |
java.lang.String |
toString() |
public BrewingRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> ingredients, net.minecraft.item.ItemStack potionInput, net.minecraft.item.ItemStack potionOutput)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients
in interface mezz.jei.api.recipe.IRecipeWrapper
public java.util.List getInputs()
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getBrewingSteps()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object