Class SolderingStationJeiCategory

java.lang.Object
com.hbm_m.compat.jei.SolderingStationJeiCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>

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

  • Constructor Details

    • SolderingStationJeiCategory

      public SolderingStationJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
  • Method Details

    • getRecipeType

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

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

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

      public mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SolderingStationJeiRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
      Specified by:
      setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>