public class IngredientInfoRecipeCategory extends java.lang.Object implements mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>
| Modifier and Type | Field and Description |
|---|---|
static int |
recipeHeight |
static int |
recipeWidth |
| Constructor and Description |
|---|
IngredientInfoRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper,
Textures textures) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IngredientInfoRecipe recipe,
double mouseX,
double mouseY) |
mezz.jei.api.gui.drawable.IDrawable |
getBackground() |
mezz.jei.api.gui.drawable.IDrawable |
getIcon() |
java.lang.Class<? extends IngredientInfoRecipe> |
getRecipeClass() |
java.lang.String |
getTitle() |
net.minecraft.util.ResourceLocation |
getUid() |
void |
setIngredients(IngredientInfoRecipe recipe,
mezz.jei.api.ingredients.IIngredients ingredients) |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
IngredientInfoRecipe recipe,
mezz.jei.api.ingredients.IIngredients ingredients) |
public static final int recipeWidth
public static final int recipeHeight
public IngredientInfoRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper,
Textures textures)
public net.minecraft.util.ResourceLocation getUid()
getUid in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public java.lang.Class<? extends IngredientInfoRecipe> getRecipeClass()
getRecipeClass in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public java.lang.String getTitle()
getTitle in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public mezz.jei.api.gui.drawable.IDrawable getIcon()
getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public mezz.jei.api.gui.drawable.IDrawable getBackground()
getBackground in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public void setIngredients(IngredientInfoRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients)
setIngredients in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public void draw(IngredientInfoRecipe recipe, double mouseX, double mouseY)
draw in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
IngredientInfoRecipe recipe,
mezz.jei.api.ingredients.IIngredients ingredients)
setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<IngredientInfoRecipe>