Class ChiselingRecipeCategory
java.lang.Object
com.supermartijn642.rechiseled.compat.jei.ChiselingRecipeCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
public class ChiselingRecipeCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
Created 28/12/2021 by SuperMartijn642
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmezz.jei.api.gui.drawable.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()Class<? extends ChiselingRecipe>net.minecraft.network.chat.ComponentgetTitle()net.minecraft.resources.ResourceLocationgetUid()voidsetIngredients(ChiselingRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients) voidsetRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, ChiselingRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory
draw, draw, getRecipeType, getRegistryName, getTooltipStrings, getTooltipStrings, handleClick, handleInput, isHandled, setRecipe, setRecipe
-
Constructor Details
-
ChiselingRecipeCategory
public ChiselingRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getUid
public net.minecraft.resources.ResourceLocation getUid()- Specified by:
getUidin interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
getRecipeClass
- Specified by:
getRecipeClassin interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
setIngredients
public void setIngredients(ChiselingRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients) - Specified by:
setIngredientsin interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, ChiselingRecipe recipe, mezz.jei.api.ingredients.IIngredients ingredients) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<ChiselingRecipe>
-