Class DecayingItemCategory.DecayingItemRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
com.petrolpark.compat.jei.category.DecayingItemCategory.DecayingItemRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
- Enclosing class:
DecayingItemCategory
public static class DecayingItemCategory.DecayingItemRecipe
extends net.minecraft.world.item.crafting.ShapelessRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.ShapelessRecipe
net.minecraft.world.item.crafting.ShapelessRecipe.Serializer -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.world.item.ItemStackfinal net.minecraft.world.item.ItemStackFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe
assemble, canCraftInDimensions, category, getGroup, getIngredients, getResultItem, getSerializer, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
-
Field Details
-
decayingItem
public final net.minecraft.world.item.ItemStack decayingItem -
resultItem
public final net.minecraft.world.item.ItemStack resultItem
-
-
Constructor Details
-
DecayingItemRecipe
public DecayingItemRecipe(net.minecraft.world.item.ItemStack decayingItem)
-