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
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • read

      public ShapedRecipe read​(Identifier identifier, JsonObject jsonObject)
      Specified by:
      read in interface RecipeSerializer<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

      public ShapedRecipe read​(Identifier identifier, PacketByteBuf packetByteBuf)
      Specified by:
      read in interface RecipeSerializer<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

      public void write​(PacketByteBuf packetByteBuf, ShapedRecipe shapedRecipe)
      Specified by:
      write in interface RecipeSerializer<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