Interface IDecayingItemCookingRecipe<R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>

All Superinterfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
All Known Implementing Classes:
IDecayingItemCookingRecipe.DecayingItemBlastingRecipe, IDecayingItemCookingRecipe.DecayingItemSmeltingRecipe, IDecayingItemCookingRecipe.DecayingItemSmokingRecipe

public interface IDecayingItemCookingRecipe<R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> extends net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
  • Method Details

    • getWrappedSerializer

      net.minecraft.world.item.crafting.RecipeSerializer<R> getWrappedSerializer()
    • getAsWrappedRecipe

      R getAsWrappedRecipe()
    • withDecay

      static net.minecraft.world.item.ItemStack withDecay(net.minecraft.world.item.ItemStack stack)