Class BrainsweepRecipeCategory

java.lang.Object
at.petrak.hexcasting.forge.interop.jei.BrainsweepRecipeCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.recipe.BrainsweepRecipe>

public class BrainsweepRecipeCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.recipe.BrainsweepRecipe>
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    draw(@NotNull at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, @NotNull net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.recipe.RecipeType<at.petrak.hexcasting.common.recipe.BrainsweepRecipe>
     
    @NotNull net.minecraft.network.chat.Component
     
    @NotNull List<net.minecraft.network.chat.Component>
    getTooltipStrings(@NotNull at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
     
    void
    setRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull at.petrak.hexcasting.common.recipe.BrainsweepRecipe 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

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

    • UID

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

    • BrainsweepRecipeCategory

      public BrainsweepRecipeCategory(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.recipe.BrainsweepRecipe>
    • 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.recipe.BrainsweepRecipe>
    • 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.recipe.BrainsweepRecipe>
    • getTooltipStrings

      @NotNull public @NotNull List<net.minecraft.network.chat.Component> getTooltipStrings(@NotNull @NotNull at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
      Specified by:
      getTooltipStrings in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.recipe.BrainsweepRecipe>
    • draw

      public void draw(@NotNull @NotNull at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, @NotNull @NotNull net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
      Specified by:
      draw in interface mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.recipe.BrainsweepRecipe>
    • setRecipe

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

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