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