public abstract static class IRecipeRenderer.RecipeRendererBase<T extends net.minecraft.item.crafting.IRecipe> extends java.lang.Object implements IRecipeRenderer
IRecipeRenderer.RecipeRendererBase<T extends net.minecraft.item.crafting.IRecipe>| Modifier and Type | Field and Description |
|---|---|
protected T |
recipe |
protected java.util.List<java.lang.String> |
tooltips |
| Constructor and Description |
|---|
IRecipeRenderer.RecipeRendererBase(T recipe) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawExtras(Book book,
CategoryAbstract category,
EntryAbstract entry,
int guiLeft,
int guiTop,
int mouseX,
int mouseY,
GuiBase guiBase,
net.minecraft.client.gui.FontRenderer fontRenderer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawprotected T extends net.minecraft.item.crafting.IRecipe recipe
protected java.util.List<java.lang.String> tooltips
public IRecipeRenderer.RecipeRendererBase(T recipe)
public void drawExtras(Book book, CategoryAbstract category, EntryAbstract entry, int guiLeft, int guiTop, int mouseX, int mouseY, GuiBase guiBase, net.minecraft.client.gui.FontRenderer fontRenderer)
drawExtras in interface IRecipeRenderer