Class AncientWillRecipeWrapper

java.lang.Object
vazkii.botania.client.integration.jei.crafting.AncientWillRecipeWrapper
All Implemented Interfaces:
mezz.jei.api.recipe.category.extensions.IRecipeCategoryExtension<net.minecraft.world.item.crafting.RecipeHolder<AncientWillRecipe>>, mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<AncientWillRecipe>

public class AncientWillRecipeWrapper extends Object implements mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<AncientWillRecipe>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRecipe(net.minecraft.world.item.crafting.RecipeHolder<AncientWillRecipe> recipe, @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull mezz.jei.api.gui.ingredient.ICraftingGridHelper helper, @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.extensions.vanilla.crafting.ICraftingCategoryExtension

    getHeight, getHeight, getRegistryName, getRegistryName, getWidth, getWidth, onDisplayedIngredientsUpdate, setRecipe

    Methods inherited from interface mezz.jei.api.recipe.category.extensions.IRecipeCategoryExtension

    createRecipeExtras, createRecipeExtras, drawInfo, drawInfo, getTooltip, getTooltipStrings, getTooltipStrings, handleInput, handleInput, isHandled
  • Constructor Details

    • AncientWillRecipeWrapper

      public AncientWillRecipeWrapper()
  • Method Details

    • setRecipe

      public void setRecipe(net.minecraft.world.item.crafting.RecipeHolder<AncientWillRecipe> recipe, @NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull @NotNull mezz.jei.api.gui.ingredient.ICraftingGridHelper helper, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focusGroup)
      Specified by:
      setRecipe in interface mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<AncientWillRecipe>