Class PetalApothecaryRecipeCategory

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

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

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

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

    Modifier and Type
    Method
    Description
    void
    draw(@NotNull PetalApothecaryRecipe 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<PetalApothecaryRecipe>
     
    @NotNull net.minecraft.network.chat.Component
     
    static net.minecraft.world.phys.Vec2
    rotatePointAbout(net.minecraft.world.phys.Vec2 in, net.minecraft.world.phys.Vec2 about, double degrees)
     
    void
    setRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull PetalApothecaryRecipe recipe, @NotNull mezz.jei.api.recipe.IFocusGroup focusGroup)
     
    static void
    setRecipeLayout(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, List<net.minecraft.world.item.crafting.Ingredient> ingredients, net.minecraft.world.level.block.Block catalyst, net.minecraft.world.item.ItemStack output, net.minecraft.world.item.crafting.Ingredient... reagents)
     

    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

  • Constructor Details

    • PetalApothecaryRecipeCategory

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

    • getRecipeType

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

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

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

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

      public void draw(@NotNull @NotNull PetalApothecaryRecipe 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<PetalApothecaryRecipe>
    • setRecipe

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

      public static void setRecipeLayout(@NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, List<net.minecraft.world.item.crafting.Ingredient> ingredients, net.minecraft.world.level.block.Block catalyst, net.minecraft.world.item.ItemStack output, net.minecraft.world.item.crafting.Ingredient... reagents)
    • rotatePointAbout

      public static net.minecraft.world.phys.Vec2 rotatePointAbout(net.minecraft.world.phys.Vec2 in, net.minecraft.world.phys.Vec2 about, double degrees)