Package net.minecraft.recipe
Class ShapedRecipe.Serializer
java.lang.Object
net.minecraft.recipe.ShapedRecipe.Serializer
- All Implemented Interfaces:
RecipeSerializer<ShapedRecipe>
- Enclosing class:
- ShapedRecipe
public static class ShapedRecipe.Serializer extends Object implements RecipeSerializer<ShapedRecipe>
- Mappings:
Namespace Name official bqs$a
intermediary net/minecraft/class_1869$class_1870
named net/minecraft/recipe/ShapedRecipe$Serializer
-
Field Summary
Fields inherited from interface net.minecraft.recipe.RecipeSerializer
ARMOR_DYE, BANNER_DUPLICATE, BLASTING, BOOK_CLONING, CAMPFIRE_COOKING, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED, SHAPELESS, SHIELD_DECORATION, SHULKER_BOX, SMELTING, SMITHING, SMOKING, STONECUTTING, SUSPICIOUS_STEW, TIPPED_ARROW
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
Modifier and Type Method Description ShapedRecipe
read(Identifier identifier, JsonObject jsonObject)
ShapedRecipe
read(Identifier identifier, PacketByteBuf packetByteBuf)
void
write(PacketByteBuf packetByteBuf, ShapedRecipe shapedRecipe)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
read
- Specified by:
read
in interfaceRecipeSerializer<ShapedRecipe>
- Mappings:
Namespace Name Mixin selector official b
Lbqs$a;b(Lwb;Lcom/google/gson/JsonObject;)Lbqs;
intermediary method_8164
Lnet/minecraft/class_1869$class_1870;method_8164(Lnet/minecraft/class_2960;Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1869;
named read
Lnet/minecraft/recipe/ShapedRecipe$Serializer;read(Lnet/minecraft/util/Identifier;Lcom/google/gson/JsonObject;)Lnet/minecraft/recipe/ShapedRecipe;
-
read
- Specified by:
read
in interfaceRecipeSerializer<ShapedRecipe>
- Mappings:
Namespace Name Mixin selector official b
Lbqs$a;b(Lwb;Lnw;)Lbqs;
intermediary method_8163
Lnet/minecraft/class_1869$class_1870;method_8163(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_1869;
named read
Lnet/minecraft/recipe/ShapedRecipe$Serializer;read(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/ShapedRecipe;
-
write
- Specified by:
write
in interfaceRecipeSerializer<ShapedRecipe>
- Mappings:
Namespace Name Mixin selector official a
Lbqs$a;a(Lnw;Lbqs;)V
intermediary method_8165
Lnet/minecraft/class_1869$class_1870;method_8165(Lnet/minecraft/class_2540;Lnet/minecraft/class_1869;)V
named write
Lnet/minecraft/recipe/ShapedRecipe$Serializer;write(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/recipe/ShapedRecipe;)V
-