public abstract class FurnaceRecipeCategory<T extends mezz.jei.api.recipe.IRecipeWrapper>
extends mezz.jei.api.recipe.BlankRecipeCategory<T>
Modifier and Type | Field and Description |
---|---|
protected mezz.jei.api.gui.IDrawableAnimated |
arrow |
protected net.minecraft.util.ResourceLocation |
backgroundLocation |
protected mezz.jei.api.gui.IDrawableAnimated |
flame |
protected static int |
fuelSlot |
protected static int |
inputSlot |
protected static int |
outputSlot |
Constructor and Description |
---|
FurnaceRecipeCategory(mezz.jei.api.IGuiHelper guiHelper) |
protected static final int inputSlot
protected static final int fuelSlot
protected static final int outputSlot
protected final net.minecraft.util.ResourceLocation backgroundLocation
protected final mezz.jei.api.gui.IDrawableAnimated flame
protected final mezz.jei.api.gui.IDrawableAnimated arrow