Class WoodCraftingCategoryExtension

java.lang.Object
com.petrolpark.compat.jei.category.extension.WoodCraftingCategoryExtension
All Implemented Interfaces:
mezz.jei.api.recipe.category.extensions.IRecipeCategoryExtension<net.minecraft.world.item.crafting.RecipeHolder<WoodCraftingShapedRecipe>>, mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<WoodCraftingShapedRecipe>

@Experimental public class WoodCraftingCategoryExtension extends Object implements mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<WoodCraftingShapedRecipe>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisplayedIngredientsUpdate(net.minecraft.world.item.crafting.RecipeHolder<WoodCraftingShapedRecipe> recipeHolder, List<mezz.jei.api.gui.ingredient.IRecipeSlotDrawable> recipeSlots, 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.extensions.vanilla.crafting.ICraftingCategoryExtension

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

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

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

    • WoodCraftingCategoryExtension

      public WoodCraftingCategoryExtension()
  • Method Details

    • onDisplayedIngredientsUpdate

      public void onDisplayedIngredientsUpdate(@Nonnull net.minecraft.world.item.crafting.RecipeHolder<WoodCraftingShapedRecipe> recipeHolder, @Nonnull List<mezz.jei.api.gui.ingredient.IRecipeSlotDrawable> recipeSlots, @Nonnull mezz.jei.api.recipe.IFocusGroup focuses)
      Specified by:
      onDisplayedIngredientsUpdate in interface mezz.jei.api.recipe.category.extensions.vanilla.crafting.ICraftingCategoryExtension<WoodCraftingShapedRecipe>