Class AbstractPNCCategory<T>

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory<T>
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<T>
Direct Known Subclasses:
JEIAmadronTradeCategory, JEIAssemblyControllerCategory, JEIBlockHeatPropertiesCategory, JEIEtchingTankCategory, JEIExplosionCraftingCategory, JEIFluidMixerCategory, JEIHeatFrameCoolingCategory, JEIMemoryEssenceCategory, JEIPlasticSolidifyingCategory, JEIPressureChamberRecipeCategory, JEIRefineryCategory, JEISpawnerExtractionCategory, JEIThermopneumaticProcessingPlantCategory, JEIUVLightBoxCategory, JEIYeastCraftingCategory

public abstract class AbstractPNCCategory<T> extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<T>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractPNCCategory(mezz.jei.api.recipe.RecipeType<T> type, net.minecraft.network.chat.Component localizedName, mezz.jei.api.gui.drawable.IDrawable background, mezz.jei.api.gui.drawable.IDrawable icon)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.recipe.RecipeType<T>
     
    net.minecraft.network.chat.Component
     

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

    • AbstractPNCCategory

      protected AbstractPNCCategory(mezz.jei.api.recipe.RecipeType<T> type, net.minecraft.network.chat.Component localizedName, mezz.jei.api.gui.drawable.IDrawable background, mezz.jei.api.gui.drawable.IDrawable icon)
  • Method Details

    • getTitle

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

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

      public mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<T>
    • getRecipeType

      public mezz.jei.api.recipe.RecipeType<T> getRecipeType()
      Specified by:
      getRecipeType in interface mezz.jei.api.recipe.category.IRecipeCategory<T>