public class AnvilRecipeCategory extends java.lang.Object implements mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
Constructor and Description |
---|
AnvilRecipeCategory(mezz.jei.api.IGuiHelper guiHelper) |
Modifier and Type | Method and Description |
---|---|
mezz.jei.api.gui.IDrawable |
getBackground() |
mezz.jei.api.gui.IDrawable |
getIcon() |
java.lang.String |
getModName() |
java.lang.String |
getTitle() |
java.lang.String |
getUid() |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
AnvilRecipeWrapper recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients) |
public AnvilRecipeCategory(mezz.jei.api.IGuiHelper guiHelper)
public java.lang.String getUid()
getUid
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
public java.lang.String getTitle()
getTitle
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
public java.lang.String getModName()
getModName
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
public mezz.jei.api.gui.IDrawable getBackground()
getBackground
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
public mezz.jei.api.gui.IDrawable getIcon()
getIcon
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, AnvilRecipeWrapper recipeWrapper, mezz.jei.api.ingredients.IIngredients ingredients)
setRecipe
in interface mezz.jei.api.recipe.IRecipeCategory<AnvilRecipeWrapper>