Class CrucibleSmeltingJeiCategory

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

public class CrucibleSmeltingJeiCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
JEI category for crucible smelting recipes. Slot layout (identical to legacy NEI CrucibleSmeltingHandler):
                         [o0][o1][o2]   y= 6
   [input]  [→]  [cruc]  [o3][o4][o5]  y=24  (input@48, crucible@75)
                         x=102 step=18
 
Transfer rect (legacy): Rectangle(65, 23, 36, 18)
  • Field Details

  • Constructor Details

    • CrucibleSmeltingJeiCategory

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

    • getRecipeType

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

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

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

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

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