public class SmeltingRecipe extends VanillaRecipeWrapper
| Constructor and Description |
|---|
SmeltingRecipe(java.util.List<net.minecraft.item.ItemStack> input,
net.minecraft.item.ItemStack output,
float experience) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
Draw additional info about the recipe.
|
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClickpublic SmeltingRecipe(@Nonnull
java.util.List<net.minecraft.item.ItemStack> input,
@Nonnull
net.minecraft.item.ItemStack output,
float experience)
@Nonnull public java.util.List<java.util.List<net.minecraft.item.ItemStack>> getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in class BlankRecipeWrapper@Nonnull public 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,
int mouseX,
int mouseY)
IRecipeWrapperdrawInfo in interface IRecipeWrapperdrawInfo in class BlankRecipeWrappermouseX - the X position of the mouse, relative to the recipe.mouseY - the Y position of the mouse, relative to the recipe.