Package net.minecraft.recipe
Class BlastingRecipe
java.lang.Object
net.minecraft.recipe.SingleStackRecipe
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.BlastingRecipe
- All Implemented Interfaces:
- Recipe<SingleStackRecipeInput>
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/BlastingRecipe- intermediary - net/minecraft/class_3859- official - dao
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.recipe.AbstractCookingRecipeAbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe>, AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe>
- 
Field SummaryFields inherited from interface net.minecraft.recipe.RecipeCODEC, PACKET_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionBlastingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) 
- 
Method SummaryMethods inherited from class net.minecraft.recipe.AbstractCookingRecipegetCategory, getCookingTime, getDisplays, getExperienceMethods inherited from class net.minecraft.recipe.SingleStackRecipecraft, getGroup, getIngredientPlacement, ingredient, matches, resultMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.RecipeisIgnoredInRecipeBook, showNotification
- 
Constructor Details- 
BlastingRecipepublic BlastingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/recipe/AbstractCookingRecipe;<init>(Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V- intermediary - <init>- Lnet/minecraft/class_1874;<init>(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V- official - <init>- Ldal;<init>(Ljava/lang/String;Ldar;Ldbb;Lcwq;FI)V
 
 
- 
- 
Method Details- 
getCookerItem- Specified by:
- getCookerItemin class- AbstractCookingRecipe
- Mappings:
- Namespace - Name - Mixin selector - named - getCookerItem- Lnet/minecraft/recipe/AbstractCookingRecipe;getCookerItem()Lnet/minecraft/item/Item;- intermediary - method_64663- Lnet/minecraft/class_1874;method_64663()Lnet/minecraft/class_1792;- official - f- Ldal;f()Lcwm;
 
- 
getSerializerReturns the serializer associated with this recipe.- Specified by:
- getSerializerin interface- Recipe<SingleStackRecipeInput>
- Specified by:
- getSerializerin class- AbstractCookingRecipe
- Returns:
- the serializer associated with this recipe
- Mappings:
- Namespace - Name - Mixin selector - named - getSerializer- Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;- intermediary - method_8119- Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;- official - a- Ldbf;a()Ldbp;
 
- 
getTypeReturns the type of this recipe.The typein the recipe JSON format is the serializer instead.- Specified by:
- getTypein interface- Recipe<SingleStackRecipeInput>
- Specified by:
- getTypein class- AbstractCookingRecipe
- Returns:
- the type of this recipe
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;- intermediary - method_17716- Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;- official - b- Ldbf;b()Ldbq;
 
- 
getRecipeBookCategory- Mappings:
- Namespace - Name - Mixin selector - named - getRecipeBookCategory- Lnet/minecraft/recipe/Recipe;getRecipeBookCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;- intermediary - method_64668- Lnet/minecraft/class_1860;method_64668()Lnet/minecraft/class_10355;- official - h- Ldbf;h()Ldbi;
 
 
-