Class RunicAltarRecipeCategory

java.lang.Object
vazkii.botania.client.integration.jei.RunicAltarRecipeCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<RunicAltarRecipe>

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

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

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

    Modifier and Type
    Method
    Description
    void
    draw(RunicAltarRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView slotsView, @NotNull net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.recipe.RecipeType<RunicAltarRecipe>
     
    @NotNull net.minecraft.network.chat.Component
     
    void
    setRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull RunicAltarRecipe recipe, @NotNull mezz.jei.api.recipe.IFocusGroup focusGroup)
     

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

    • TYPE

      public static final mezz.jei.api.recipe.RecipeType<RunicAltarRecipe> TYPE
  • Constructor Details

    • RunicAltarRecipeCategory

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

    • getRecipeType

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

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

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

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<RunicAltarRecipe>
    • draw

      public void draw(RunicAltarRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView slotsView, @NotNull @NotNull net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
      Specified by:
      draw in interface mezz.jei.api.recipe.category.IRecipeCategory<RunicAltarRecipe>
    • setRecipe

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