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