public class FuelRecipe
extends mezz.jei.api.recipe.BlankRecipeWrapper
| 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)
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.BlankRecipeWrapper