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