Class CrucibleCastingJeiCategory

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

public class CrucibleCastingJeiCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
JEI category for crucible mold-casting recipes. Slot layout (relative to background, identical to legacy NEI CrucibleCastingHandler):
           [mold]              y= 6
   [input]         [output]   y=24
           [basin]             y=42
   x=48    x=75    x=102
 
  • Field Details

  • Constructor Details

    • CrucibleCastingJeiCategory

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

    • getRecipeType

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

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

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

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

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