Class DecayingItemCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
com.petrolpark.compat.jei.category.PetrolparkRecipeCategory<DecayingItemCategory.DecayingItemRecipe>
com.petrolpark.compat.jei.category.SimpleConversionCategory<DecayingItemCategory.DecayingItemRecipe>
com.petrolpark.compat.jei.category.DecayingItemCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<DecayingItemCategory.DecayingItemRecipe>>
public class DecayingItemCategory
extends SimpleConversionCategory<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.Builder<T extends net.minecraft.world.item.crafting.Recipe<? extends net.minecraft.world.item.crafting.RecipeInput>>, 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, mcFields 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 TypeMethodDescriptioncreateRecipe(net.minecraft.world.item.ItemStack decayingItemStack) List<net.minecraft.world.item.ItemStack> getInputs(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) List<net.minecraft.world.item.ItemStack> getOutputs(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.petrolpark.compat.jei.category.SimpleConversionCategory
draw, setRecipeMethods inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory
addOptionalRequiredBiomeSlot, getRegistryAccessMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, draw, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, getTooltipStrings, getTooltipStrings, registerCatalysts, registerRecipes, setRecipeMethods 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, createRecipeExtras, getCodec, getHeight, getRegistryName, getTooltip, getWidth, handleInput, isHandled, needsRecipeBorder, 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
-
getInputs
public List<net.minecraft.world.item.ItemStack> getInputs(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
getInputsin classSimpleConversionCategory<DecayingItemCategory.DecayingItemRecipe>
-
getOutputs
public List<net.minecraft.world.item.ItemStack> getOutputs(DecayingItemCategory.DecayingItemRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
getOutputsin classSimpleConversionCategory<DecayingItemCategory.DecayingItemRecipe>
-
createRecipe
public static Optional<DecayingItemCategory.DecayingItemRecipe> createRecipe(net.minecraft.world.item.ItemStack decayingItemStack)
-