Package net.minecraft.item.crafting
Class BlastingRecipe
- java.lang.Object
-
- net.minecraft.item.crafting.AbstractCookingRecipe
-
- net.minecraft.item.crafting.BlastingRecipe
-
- All Implemented Interfaces:
IRecipe<IInventory>
public class BlastingRecipe extends AbstractCookingRecipe
-
-
Field Summary
-
Fields inherited from class net.minecraft.item.crafting.AbstractCookingRecipe
cookingTime, experience, group, id, ingredient, result, type
-
-
Constructor Summary
Constructors Constructor Description BlastingRecipe(ResourceLocation p_i50031_1_, java.lang.String p_i50031_2_, Ingredient p_i50031_3_, ItemStack p_i50031_4_, float p_i50031_5_, int p_i50031_6_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRecipeSerializer<?>
getSerializer()
ItemStack
getToastSymbol()
-
Methods inherited from class net.minecraft.item.crafting.AbstractCookingRecipe
assemble, canCraftInDimensions, getCookingTime, getExperience, getGroup, getId, getIngredients, getResultItem, getType, 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.item.crafting.IRecipe
getRemainingItems, isSpecial
-
-
-
-
Constructor Detail
-
BlastingRecipe
public BlastingRecipe(ResourceLocation p_i50031_1_, java.lang.String p_i50031_2_, Ingredient p_i50031_3_, ItemStack p_i50031_4_, float p_i50031_5_, int p_i50031_6_)
-
-
Method Detail
-
getToastSymbol
public ItemStack getToastSymbol()
-
getSerializer
public IRecipeSerializer<?> getSerializer()
-
-