public abstract class FurnaceVariantCategory<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 static int |
fuelSlot |
protected static int |
inputSlot |
protected static int |
outputSlot |
protected mezz.jei.api.gui.drawable.IDrawableStatic |
staticFlame |
| Constructor and Description |
|---|
FurnaceVariantCategory(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