public class IngredientInfoRecipeCategory extends mezz.jei.api.recipe.BlankRecipeCategory<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()
public java.lang.String getTitle()
public java.lang.String getModName()
@Nullable public mezz.jei.api.gui.IDrawable getIcon()
getIcon
in interface mezz.jei.api.recipe.IRecipeCategory<IngredientInfoRecipe>
getIcon
in class mezz.jei.api.recipe.BlankRecipeCategory<IngredientInfoRecipe>
public mezz.jei.api.gui.IDrawable getBackground()
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, IngredientInfoRecipe recipeWrapper, mezz.jei.api.ingredients.IIngredients ingredients)