public abstract class ForestryRecipeCategory<T extends mezz.jei.api.recipe.IRecipeWrapper>
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeCategory<T>
| Constructor and Description |
|---|
ForestryRecipeCategory(mezz.jei.api.gui.IDrawable background,
java.lang.String unlocalizedName) |
| Modifier and Type | Method and Description |
|---|---|
mezz.jei.api.gui.IDrawable |
getBackground()
Returns the drawable background for a single recipe in this category.
|
java.lang.String |
getModName()
Return the mod name or id associated with this recipe category.
|
java.lang.String |
getTitle()
Returns the localized name for this recipe type.
|
public ForestryRecipeCategory(mezz.jei.api.gui.IDrawable background,
java.lang.String unlocalizedName)
public java.lang.String getTitle()
mezz.jei.api.recipe.IRecipeCategorygetTitle in interface mezz.jei.api.recipe.IRecipeCategory<T extends mezz.jei.api.recipe.IRecipeWrapper>public java.lang.String getModName()
mezz.jei.api.recipe.IRecipeCategorygetModName in interface mezz.jei.api.recipe.IRecipeCategory<T extends mezz.jei.api.recipe.IRecipeWrapper>public mezz.jei.api.gui.IDrawable getBackground()
mezz.jei.api.recipe.IRecipeCategorygetBackground in interface mezz.jei.api.recipe.IRecipeCategory<T extends mezz.jei.api.recipe.IRecipeWrapper>