public class FuelRecipe extends BlankRecipeWrapper
Constructor and Description |
---|
FuelRecipe(IGuiHelper guiHelper,
java.util.Collection<net.minecraft.item.ItemStack> input,
int burnTime) |
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.
|
void |
getIngredients(IIngredients ingredients)
Gets all the recipe's ingredients by filling out an instance of
IIngredients . |
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
getInputs()
Return a list of recipe inputs.
|
drawAnimations, getFluidInputs, getFluidOutputs, getOutputs, getTooltipStrings, handleClick
public FuelRecipe(IGuiHelper guiHelper, java.util.Collection<net.minecraft.item.ItemStack> input, int burnTime)
public void getIngredients(IIngredients ingredients)
IRecipeWrapper
IIngredients
.public java.util.List<java.util.List<net.minecraft.item.ItemStack>> getInputs()
IRecipeWrapper
getInputs
in interface IRecipeWrapper
getInputs
in class BlankRecipeWrapper
public void drawInfo(net.minecraft.client.Minecraft minecraft, int recipeWidth, int recipeHeight, int mouseX, int mouseY)
IRecipeWrapper
IRecipeWrapper.getTooltipStrings(int, int)
drawInfo
in interface IRecipeWrapper
drawInfo
in class BlankRecipeWrapper
mouseX
- the X position of the mouse, relative to the recipe.mouseY
- the Y position of the mouse, relative to the recipe.for a simple class for drawing things.
,
for useful functions.