public class ItemDescriptionRecipeCategory extends mezz.jei.api.recipe.BlankRecipeCategory<ItemDescriptionRecipe>
Modifier and Type | Field and Description |
---|---|
static int |
recipeHeight |
static int |
recipeWidth |
Constructor and Description |
---|
ItemDescriptionRecipeCategory(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 |
getTitle() |
java.lang.String |
getUid() |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
ItemDescriptionRecipe recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients) |
public static final int recipeWidth
public static final int recipeHeight
public ItemDescriptionRecipeCategory(mezz.jei.api.IGuiHelper guiHelper)
public java.lang.String getUid()
public java.lang.String getTitle()
@Nullable public mezz.jei.api.gui.IDrawable getIcon()
getIcon
in interface mezz.jei.api.recipe.IRecipeCategory<ItemDescriptionRecipe>
getIcon
in class mezz.jei.api.recipe.BlankRecipeCategory<ItemDescriptionRecipe>
public mezz.jei.api.gui.IDrawable getBackground()
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, ItemDescriptionRecipe recipeWrapper, mezz.jei.api.ingredients.IIngredients ingredients)