public class BrewingRecipeWrapper extends VanillaRecipeWrapper
| Constructor and Description |
|---|
BrewingRecipeWrapper(net.minecraft.item.ItemStack ingredient,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput,
int brewingSteps) |
BrewingRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> ingredients,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput,
int brewingSteps) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
Draw additional info about the recipe.
|
boolean |
equals(java.lang.Object obj) |
int |
getBrewingSteps() |
java.util.List |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
int |
hashCode() |
java.lang.String |
toString() |
drawAnimations, getFluidInputs, getFluidOutputs, getTooltipStringspublic BrewingRecipeWrapper(net.minecraft.item.ItemStack ingredient,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput,
int brewingSteps)
public BrewingRecipeWrapper(java.util.List<net.minecraft.item.ItemStack> ingredients,
net.minecraft.item.ItemStack potionInput,
net.minecraft.item.ItemStack potionOutput,
int brewingSteps)
public java.util.List getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in class BlankRecipeWrapperpublic java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappergetOutputs in class BlankRecipeWrapperpublic void drawInfo(@Nonnull
net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
IRecipeWrapperdrawInfo in interface IRecipeWrapperdrawInfo in class 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