public class FurnaceFuelCategory extends FurnaceRecipeCategory<FuelRecipe>
animatedFlame, arrow, fuelSlot, inputSlot, outputSlot, staticFlame
Constructor and Description |
---|
FurnaceFuelCategory(mezz.jei.api.helpers.IGuiHelper guiHelper,
Textures textures) |
Modifier and Type | Method and Description |
---|---|
void |
draw(FuelRecipe recipe,
double mouseX,
double mouseY) |
mezz.jei.api.gui.drawable.IDrawable |
getBackground() |
mezz.jei.api.gui.drawable.IDrawable |
getIcon() |
java.lang.Class<? extends FuelRecipe> |
getRecipeClass() |
java.lang.String |
getTitle() |
net.minecraft.util.ResourceLocation |
getUid() |
void |
setIngredients(FuelRecipe recipe,
mezz.jei.api.ingredients.IIngredients ingredients) |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
FuelRecipe recipe,
mezz.jei.api.ingredients.IIngredients ingredients) |
public FurnaceFuelCategory(mezz.jei.api.helpers.IGuiHelper guiHelper, Textures textures)
public mezz.jei.api.gui.drawable.IDrawable getBackground()
public net.minecraft.util.ResourceLocation getUid()
public java.lang.Class<? extends FuelRecipe> getRecipeClass()
public java.lang.String getTitle()
public mezz.jei.api.gui.drawable.IDrawable getIcon()
public void setIngredients(FuelRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients)
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, FuelRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients)
public void draw(FuelRecipe recipe, double mouseX, double mouseY)