Package net.minecraft.recipe
Class StonecuttingRecipe
java.lang.Object
net.minecraft.recipe.SingleStackRecipe
net.minecraft.recipe.StonecuttingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/StonecuttingRecipe
intermediary net/minecraft/class_3975
official ddd
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.SingleStackRecipe
SingleStackRecipe.RecipeFactory<T extends SingleStackRecipe>, SingleStackRecipe.Serializer<T extends SingleStackRecipe>
-
Field Summary
Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, PACKET_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvalid reference
list of recipe displays corresponding to the recipe
Returns the serializer associated with this recipe.getType()
Returns the type of this recipe.Methods inherited from class net.minecraft.recipe.SingleStackRecipe
craft, getGroup, getIngredientPlacement, ingredient, matches, result
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.Recipe
isIgnoredInRecipeBook, showNotification
-
Constructor Details
-
StonecuttingRecipe
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/recipe/StonecuttingRecipe;<init>(Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;)V
intermediary <init>
Lnet/minecraft/class_3975;<init>(Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;)V
official <init>
Lddd;<init>(Ljava/lang/String;Ldbz;Lcxo;)V
-
-
Method Details
-
getType
Returns the type of this recipe.The
type
in the recipe JSON format is the serializer instead.- Specified by:
getType
in interfaceRecipe<SingleStackRecipeInput>
- Specified by:
getType
in classSingleStackRecipe
- 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
Ldcd;b()Ldco;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializer
in interfaceRecipe<SingleStackRecipeInput>
- Specified by:
getSerializer
in classSingleStackRecipe
- 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
Ldcd;a()Ldcn;
-
getDisplays
invalid reference
list of recipe displays corresponding to the recipe
Recipe displays are sent to the client and displayed in the recipe book. One recipe can have multiple displays.
- Mappings:
Namespace Name Mixin selector named getDisplays
Lnet/minecraft/recipe/Recipe;getDisplays()Ljava/util/List;
intermediary method_64664
Lnet/minecraft/class_1860;method_64664()Ljava/util/List;
official g
Ldcd;g()Ljava/util/List;
-
createResultDisplay
- Mappings:
Namespace Name Mixin selector named createResultDisplay
Lnet/minecraft/recipe/StonecuttingRecipe;createResultDisplay()Lnet/minecraft/recipe/display/SlotDisplay;
intermediary method_64725
Lnet/minecraft/class_3975;method_64725()Lnet/minecraft/class_10302;
official c
Lddd;c()Lddo;
-
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
Ldcd;h()Ldcg;
-