public abstract class FurnaceRecipeCategory<T>
extends java.lang.Object
implements mezz.jei.api.recipe.category.IRecipeCategory<T>
Modifier and Type | Field and Description |
---|---|
protected mezz.jei.api.gui.drawable.IDrawableAnimated |
animatedFlame |
protected mezz.jei.api.gui.drawable.IDrawableAnimated |
arrow |
protected static int |
fuelSlot |
protected static int |
inputSlot |
protected static int |
outputSlot |
protected mezz.jei.api.gui.drawable.IDrawableStatic |
staticFlame |
Constructor and Description |
---|
FurnaceRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper) |
protected static final int inputSlot
protected static final int fuelSlot
protected static final int outputSlot
protected final mezz.jei.api.gui.drawable.IDrawableStatic staticFlame
protected final mezz.jei.api.gui.drawable.IDrawableAnimated animatedFlame
protected final mezz.jei.api.gui.drawable.IDrawableAnimated arrow