Class DecayingItemCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.petrolpark.compat.jei.category.PetrolparkRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
com.petrolpark.compat.jei.category.DecayingItemCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
public class DecayingItemCategory
extends PetrolparkRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
-
Nested Class Summary
Nested ClassesNested 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
helpersFields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
background, icon, title, type -
Constructor Summary
ConstructorsConstructorDescriptionDecayingItemCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<DecayingItemCategory.DecayingItemRecipe> info, mezz.jei.api.helpers.IJeiHelpers helpers) -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY) voidsetRecipe(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
addOptionalRequiredBiomeSlotMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, registerCatalysts, registerRecipesMethods 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
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)
-