Class SmithingCategory
java.lang.Object
com.beansgalaxy.backpacks.compat.jei.SmithingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull mezz.jei.api.gui.drawable.IDrawable@NotNull mezz.jei.api.gui.drawable.IDrawablegetIcon()@NotNull mezz.jei.api.recipe.RecipeType<Smithing>@NotNull net.minecraft.network.chat.ComponentgetTitle()booleanvoidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, Smithing recipe, mezz.jei.api.recipe.IFocusGroup focuses) 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, getHeight, getRegistryName, getTooltipStrings, getWidth, handleInput
-
Field Details
-
SMITHING
-
TEXTURE_GUI_PATH
- See Also:
-
TEXTURE_GUI_VANILLA
- See Also:
-
RECIPE_GUI_VANILLA
public static final net.minecraft.resources.ResourceLocation RECIPE_GUI_VANILLA
-
-
Constructor Details
-
SmithingCategory
public SmithingCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
getTitle
@NotNull public @NotNull net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
getBackground
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
getIcon
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, Smithing recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-
isHandled
- Specified by:
isHandledin interfacemezz.jei.api.recipe.category.IRecipeCategory<Smithing>
-