Class ScoreHolderArgumentType.Serializer

java.lang.Object
net.minecraft.command.argument.ScoreHolderArgumentType.Serializer
All Implemented Interfaces:
ArgumentSerializer<ScoreHolderArgumentType>
Enclosing class:
ScoreHolderArgumentType

public static class ScoreHolderArgumentType.Serializer
extends Object
implements ArgumentSerializer<ScoreHolderArgumentType>
Mappings:
Namespace Name
official dz$c
intermediary net/minecraft/class_2233$class_2236
named net/minecraft/command/argument/ScoreHolderArgumentType$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • toPacket

      public void toPacket​(ScoreHolderArgumentType scoreHolderArgumentType, PacketByteBuf packetByteBuf)
      Specified by:
      toPacket in interface ArgumentSerializer<ScoreHolderArgumentType>
      Mappings:
      Namespace Name Mixin selector
      official a Ldz$c;a(Ldz;Lnw;)V
      intermediary method_9461 Lnet/minecraft/class_2233$class_2236;method_9461(Lnet/minecraft/class_2233;Lnet/minecraft/class_2540;)V
      named toPacket Lnet/minecraft/command/argument/ScoreHolderArgumentType$Serializer;toPacket(Lnet/minecraft/command/argument/ScoreHolderArgumentType;Lnet/minecraft/network/PacketByteBuf;)V
    • fromPacket

      public ScoreHolderArgumentType fromPacket​(PacketByteBuf packetByteBuf)
      Specified by:
      fromPacket in interface ArgumentSerializer<ScoreHolderArgumentType>
      Mappings:
      Namespace Name Mixin selector
      official a Ldz$c;a(Lnw;)Ldz;
      intermediary method_9460 Lnet/minecraft/class_2233$class_2236;method_9460(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2233;
      named fromPacket Lnet/minecraft/command/argument/ScoreHolderArgumentType$Serializer;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/command/argument/ScoreHolderArgumentType;
    • toJson

      public void toJson​(ScoreHolderArgumentType scoreHolderArgumentType, JsonObject jsonObject)
      Specified by:
      toJson in interface ArgumentSerializer<ScoreHolderArgumentType>
      Mappings:
      Namespace Name Mixin selector
      official a Ldz$c;a(Ldz;Lcom/google/gson/JsonObject;)V
      intermediary method_9459 Lnet/minecraft/class_2233$class_2236;method_9459(Lnet/minecraft/class_2233;Lcom/google/gson/JsonObject;)V
      named toJson Lnet/minecraft/command/argument/ScoreHolderArgumentType$Serializer;toJson(Lnet/minecraft/command/argument/ScoreHolderArgumentType;Lcom/google/gson/JsonObject;)V