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
ConstructorsModifierConstructorDescriptionprotectedAbstractPNCCategory(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory
draw, getHeight, getRegistryName, getTooltipStrings, getWidth, 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:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<T>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<T>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<T>
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<T>
-