public class FuelRecipe
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
Constructor and Description |
---|
FuelRecipe(mezz.jei.api.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) |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
public FuelRecipe(mezz.jei.api.IGuiHelper guiHelper, java.util.Collection<net.minecraft.item.ItemStack> input, int burnTime)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients
in interface mezz.jei.api.recipe.IRecipeWrapper
public void drawInfo(net.minecraft.client.Minecraft minecraft, int recipeWidth, int recipeHeight, int mouseX, int mouseY)
drawInfo
in interface mezz.jei.api.recipe.IRecipeWrapper