Class JEISpawnerExtractionCategory

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe>
me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe>

public class JEISpawnerExtractionCategory extends AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe>
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    Sets all the recipe's ingredients by filling out an instance of IRecipeLayoutBuilder.

    Methods inherited from class me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory

    getBackground, getIcon, getRecipeClass, getRecipeType, getTitle, getUid

    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, draw, getRegistryName, getTooltipStrings, getTooltipStrings, handleClick, handleInput, isHandled, setIngredients, setRecipe, setRecipe
  • Constructor Details

    • JEISpawnerExtractionCategory

      public JEISpawnerExtractionCategory()
  • Method Details

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
      Description copied from interface: mezz.jei.api.recipe.category.IRecipeCategory
      Sets all the recipe's ingredients by filling out an instance of IRecipeLayoutBuilder. This is used by JEI for lookups, to figure out what ingredients are inputs and outputs for a recipe.
    • getAllRecipes

      public static List<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.SpawnerExtractionRecipe> getAllRecipes()