public abstract class FurnaceVariantCategory<T> extends java.lang.Object implements IRecipeCategory<T>
Modifier and Type | Field and Description |
---|---|
protected IDrawableAnimated |
animatedFlame |
protected static int |
fuelSlot |
protected static int |
inputSlot |
protected static int |
outputSlot |
protected IDrawableStatic |
staticFlame |
Constructor and Description |
---|
FurnaceVariantCategory(IGuiHelper guiHelper) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
draw, getBackground, getIcon, getRecipeClass, getTitle, getTitleAsTextComponent, getTooltipStrings, getUid, handleClick, isHandled, setIngredients, setRecipe
protected static final int inputSlot
protected static final int fuelSlot
protected static final int outputSlot
protected final IDrawableStatic staticFlame
protected final IDrawableAnimated animatedFlame
public FurnaceVariantCategory(IGuiHelper guiHelper)