Class CyclotronJeiCategory

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

public class CyclotronJeiCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<CyclotronJeiRecipe>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final mezz.jei.api.recipe.RecipeType<CyclotronJeiRecipe>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CyclotronJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.recipe.RecipeType<CyclotronJeiRecipe>
     
    net.minecraft.network.chat.Component
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CyclotronJeiRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory

    createRecipeExtras, draw, getHeight, getRegistryName, getTooltip, getTooltipStrings, getWidth, handleInput, isHandled, onDisplayedIngredientsUpdate
  • Field Details

    • RECIPE_TYPE

      public static final mezz.jei.api.recipe.RecipeType<CyclotronJeiRecipe> RECIPE_TYPE
  • Constructor Details

    • CyclotronJeiCategory

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

    • getRecipeType

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

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

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

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

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