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