Class EdifyRecipeCategory

java.lang.Object
at.petrak.hexcasting.forge.interop.jei.EdifyRecipeCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>

public class EdifyRecipeCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.recipe.RecipeType<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
     
    @NotNull net.minecraft.network.chat.Component
     
    void
    setRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling recipe, @NotNull 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

    draw, getHeight, getRegistryName, getTooltipStrings, getWidth, handleInput, isHandled
  • Field Details

    • UID

      public static final net.minecraft.resources.ResourceLocation UID
  • Constructor Details

    • EdifyRecipeCategory

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

    • getTitle

      @NotNull public @NotNull net.minecraft.network.chat.Component getTitle()
      Specified by:
      getTitle in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
    • getBackground

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()
      Specified by:
      getBackground in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
    • getIcon

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
    • setRecipe

      public void setRecipe(@NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull @NotNull at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling recipe, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focuses)
      Specified by:
      setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>
    • getRecipeType

      @NotNull public @NotNull mezz.jei.api.recipe.RecipeType<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling> getRecipeType()
      Specified by:
      getRecipeType in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpEdifySapling>