Class HeatShieldingCategory

java.lang.Object
mezz.jei.api.recipe.category.AbstractRecipeCategory<NorthstarTags.NorthstarBlockTags>
com.lightning.northstar.compat.jei.category.HeatShieldingCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<NorthstarTags.NorthstarBlockTags>

@ParametersAreNonnullByDefault public class HeatShieldingCategory extends mezz.jei.api.recipe.category.AbstractRecipeCategory<NorthstarTags.NorthstarBlockTags>
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    createRecipeExtras(mezz.jei.api.gui.widgets.IRecipeExtrasBuilder builder, NorthstarTags.NorthstarBlockTags recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, NorthstarTags.NorthstarBlockTags recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    Methods inherited from class mezz.jei.api.recipe.category.AbstractRecipeCategory

    getHeight, getIcon, getRecipeType, getTitle, getWidth

    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, getBackground, getCodec, getRegistryName, getTooltip, getTooltipStrings, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
  • Field Details

  • Constructor Details

    • HeatShieldingCategory

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

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, NorthstarTags.NorthstarBlockTags recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    • createRecipeExtras

      public void createRecipeExtras(mezz.jei.api.gui.widgets.IRecipeExtrasBuilder builder, NorthstarTags.NorthstarBlockTags recipe, mezz.jei.api.recipe.IFocusGroup focuses)