Package net.minecraft.recipe
Class BlastingRecipe
java.lang.Object
net.minecraft.recipe.CuttingRecipe
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.BlastingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/BlastingRecipeintermediary net/minecraft/class_3859official dbj
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.AbstractCookingRecipe
AbstractCookingRecipe.class_10285<T extends AbstractCookingRecipe>, AbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe>Nested classes/interfaces inherited from class net.minecraft.recipe.CuttingRecipe
CuttingRecipe.Serializer<T extends CuttingRecipe> -
Field Summary
Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, PACKET_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionBlastingRecipe(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2) -
Method Summary
Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
getCategory, getCookingTime, getExperience, method_64664Methods inherited from class net.minecraft.recipe.CuttingRecipe
craft, getGroup, getIngredientPlacement, matches, method_64720, method_64721Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
isIgnoredInRecipeBook, showNotification
-
Constructor Details
-
BlastingRecipe
public BlastingRecipe(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2)
-
-
Method Details
-
method_64663
- Specified by:
method_64663in classAbstractCookingRecipe- Mappings:
Namespace Name Mixin selector named method_64663Lnet/minecraft/recipe/AbstractCookingRecipe;method_64663()Lnet/minecraft/item/Item;intermediary method_64663Lnet/minecraft/class_1874;method_64663()Lnet/minecraft/class_1792;official fLdbf;f()Lcxg;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializerin interfaceRecipe<SingleStackRecipeInput>- Specified by:
getSerializerin classAbstractCookingRecipe- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;official aLdbz;a()Ldci;
-
getType
Returns the type of this recipe.The
typein the recipe JSON format is the serializer instead.- Specified by:
getTypein interfaceRecipe<SingleStackRecipeInput>- Specified by:
getTypein classAbstractCookingRecipe- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;intermediary method_17716Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;official bLdbz;b()Ldcj;
-
method_64668
- Mappings:
Namespace Name Mixin selector named method_64668Lnet/minecraft/recipe/Recipe;method_64668()Lnet/minecraft/client/recipebook/RecipeBookGroup;intermediary method_64668Lnet/minecraft/class_1860;method_64668()Lnet/minecraft/class_314;official hLdbz;h()Ldbi;
-