public abstract class FurnaceRecipeCategory<T extends IRecipeWrapper> extends BlankRecipeCategory<T>
Modifier and Type | Field and Description |
---|---|
protected IDrawableAnimated |
arrow |
protected net.minecraft.util.ResourceLocation |
backgroundLocation |
protected IDrawableAnimated |
flame |
protected static int |
fuelSlot |
protected static int |
inputSlot |
protected static int |
outputSlot |
Constructor and Description |
---|
FurnaceRecipeCategory(IGuiHelper guiHelper) |
drawAnimations, drawExtras, getIcon, getTooltipStrings, setRecipe
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackground, getTitle, getUid, setRecipe
protected static final int inputSlot
protected static final int fuelSlot
protected static final int outputSlot
protected final net.minecraft.util.ResourceLocation backgroundLocation
protected final IDrawableAnimated flame
protected final IDrawableAnimated arrow
public FurnaceRecipeCategory(IGuiHelper guiHelper)