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

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.item.ItemStack
     
    final net.minecraft.world.item.ItemStack
     

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    DecayingItemRecipe(net.minecraft.world.item.ItemStack decayingItem)
     
  • Method Summary

    Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    assemble, canCraftInDimensions, category, getGroup, getIngredients, getResultItem, getSerializer, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods 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)