Class SmithingCategory

java.lang.Object
com.beansgalaxy.backpacks.compat.jei.SmithingCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<Smithing>

public class SmithingCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
  • Field Details

    • SMITHING

      public static final mezz.jei.api.recipe.RecipeType<Smithing> SMITHING
    • TEXTURE_GUI_PATH

      public static final String TEXTURE_GUI_PATH
      See Also:
    • TEXTURE_GUI_VANILLA

      public static final String 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

      @NotNull public @NotNull mezz.jei.api.recipe.RecipeType<Smithing> getRecipeType()
      Specified by:
      getRecipeType in interface mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
    • getTitle

      @NotNull public @NotNull net.minecraft.network.chat.Component getTitle()
      Specified by:
      getTitle in interface mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
    • getBackground

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()
      Specified by:
      getBackground in interface mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
    • getIcon

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.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:
      setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<Smithing>
    • isHandled

      public boolean isHandled(@NotNull @NotNull Smithing recipe)
      Specified by:
      isHandled in interface mezz.jei.api.recipe.category.IRecipeCategory<Smithing>