Package com.petrolpark.item.decay.recipe
Class IDecayingItemCookingRecipe.DecayingItemBlastingRecipe
java.lang.Object
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.BlastingRecipe
com.petrolpark.item.decay.recipe.IDecayingItemCookingRecipe.DecayingItemBlastingRecipe
- All Implemented Interfaces:
IDecayingItemCookingRecipe<net.minecraft.world.item.crafting.BlastingRecipe>,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
- Enclosing interface:
- IDecayingItemCookingRecipe<R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
public static class IDecayingItemCookingRecipe.DecayingItemBlastingRecipe
extends net.minecraft.world.item.crafting.BlastingRecipe
implements IDecayingItemCookingRecipe<net.minecraft.world.item.crafting.BlastingRecipe>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.item.decay.recipe.IDecayingItemCookingRecipe
IDecayingItemCookingRecipe.DecayingItemBlastingRecipe, IDecayingItemCookingRecipe.DecayingItemSmeltingRecipe, IDecayingItemCookingRecipe.DecayingItemSmokingRecipe -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
cookingTime, experience, group, id, ingredient, result, type -
Constructor Summary
ConstructorsConstructorDescriptionDecayingItemBlastingRecipe(net.minecraft.world.item.crafting.AbstractCookingRecipe recipe) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackassemble(net.minecraft.world.Container container, net.minecraft.core.RegistryAccess registryAccess) net.minecraft.world.item.crafting.BlastingRecipenet.minecraft.world.item.ItemStackgetResultItem(net.minecraft.core.RegistryAccess registryAccess) net.minecraft.world.item.crafting.RecipeSerializer<net.minecraft.world.item.crafting.BlastingRecipe>Methods inherited from class net.minecraft.world.item.crafting.BlastingRecipe
getSerializer, getToastSymbolMethods inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
canCraftInDimensions, category, getCookingTime, getExperience, getGroup, getId, getIngredients, getType, 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.Recipe
canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial, matches, showNotification
-
Constructor Details
-
DecayingItemBlastingRecipe
public DecayingItemBlastingRecipe(net.minecraft.world.item.crafting.AbstractCookingRecipe recipe)
-
-
Method Details
-
assemble
public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.Container container, net.minecraft.core.RegistryAccess registryAccess) - Specified by:
assemblein interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>- Overrides:
assemblein classnet.minecraft.world.item.crafting.AbstractCookingRecipe
-
getResultItem
public net.minecraft.world.item.ItemStack getResultItem(net.minecraft.core.RegistryAccess registryAccess) - Specified by:
getResultItemin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>- Overrides:
getResultItemin classnet.minecraft.world.item.crafting.AbstractCookingRecipe
-
getWrappedSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<net.minecraft.world.item.crafting.BlastingRecipe> getWrappedSerializer()- Specified by:
getWrappedSerializerin interfaceIDecayingItemCookingRecipe<net.minecraft.world.item.crafting.BlastingRecipe>
-
getAsWrappedRecipe
public net.minecraft.world.item.crafting.BlastingRecipe getAsWrappedRecipe()- Specified by:
getAsWrappedRecipein interfaceIDecayingItemCookingRecipe<net.minecraft.world.item.crafting.BlastingRecipe>
-