Class DecayingItemCategory

java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<DecayingItemCategory.DecayingItemRecipe>

public class DecayingItemCategory extends PetrolparkRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory

    PetrolparkRecipeCategory.Factory<T extends net.minecraft.world.item.crafting.Recipe<?>>

    Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory

    com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<T extends net.minecraft.world.item.crafting.Recipe<?>>
  • Field Summary

    Fields inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory

    helpers

    Fields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory

    background, icon, title, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    DecayingItemCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<DecayingItemCategory.DecayingItemRecipe> info, mezz.jei.api.helpers.IJeiHelpers helpers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    Methods inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory

    addOptionalRequiredBiomeSlot

    Methods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory

    addFluidSlot, addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, registerCatalysts, registerRecipes

    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

    createRecipeExtras, getHeight, getRegistryName, getTooltip, getTooltipStrings, getWidth, handleInput, isHandled, onDisplayedIngredientsUpdate
  • Constructor Details

    • DecayingItemCategory

      public DecayingItemCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<DecayingItemCategory.DecayingItemRecipe> info, mezz.jei.api.helpers.IJeiHelpers helpers)
  • Method Details

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    • draw

      public void draw(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY)