Class FuelTypeCategory

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

@ParametersAreNonnullByDefault public class FuelTypeCategory extends mezz.jei.api.recipe.category.AbstractRecipeCategory<FuelType>
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    draw(FuelType recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, FuelType 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, createRecipeExtras, getBackground, getCodec, getRegistryName, getTooltip, getTooltipStrings, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
  • Field Details

  • Constructor Details

    • FuelTypeCategory

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

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, FuelType recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    • draw

      public void draw(FuelType recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)