public class BrewingRecipeWrapper
extends mezz.jei.api.recipe.BlankRecipeWrapper
| 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)
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.IRecipeWrapperdrawInfo in class mezz.jei.api.recipe.BlankRecipeWrapperpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getBrewingSteps()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object