Package net.minecraft.command.argument
Class EntityArgumentType.Serializer
java.lang.Object
net.minecraft.command.argument.EntityArgumentType.Serializer
- All Implemented Interfaces:
ArgumentSerializer<EntityArgumentType>
- Enclosing class:
- EntityArgumentType
public static class EntityArgumentType.Serializer
extends Object
implements ArgumentSerializer<EntityArgumentType>
- Mappings:
Namespace Name official dw$a
intermediary net/minecraft/class_2186$class_2187
named net/minecraft/command/argument/EntityArgumentType$Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromPacket
(PacketByteBuf packetByteBuf) void
toJson
(EntityArgumentType entityArgumentType, JsonObject jsonObject) void
toPacket
(EntityArgumentType entityArgumentType, PacketByteBuf packetByteBuf)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
toPacket
- Specified by:
toPacket
in interfaceArgumentSerializer<EntityArgumentType>
- Mappings:
Namespace Name Mixin selector official a
Ldw$a;a(Ldw;Lpn;)V
intermediary method_9320
Lnet/minecraft/class_2186$class_2187;method_9320(Lnet/minecraft/class_2186;Lnet/minecraft/class_2540;)V
named toPacket
Lnet/minecraft/command/argument/EntityArgumentType$Serializer;toPacket(Lnet/minecraft/command/argument/EntityArgumentType;Lnet/minecraft/network/PacketByteBuf;)V
-
fromPacket
- Specified by:
fromPacket
in interfaceArgumentSerializer<EntityArgumentType>
- Mappings:
Namespace Name Mixin selector official a
Ldw$a;a(Lpn;)Ldw;
intermediary method_9321
Lnet/minecraft/class_2186$class_2187;method_9321(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2186;
named fromPacket
Lnet/minecraft/command/argument/EntityArgumentType$Serializer;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/command/argument/EntityArgumentType;
-
toJson
- Specified by:
toJson
in interfaceArgumentSerializer<EntityArgumentType>
- Mappings:
Namespace Name Mixin selector official a
Ldw$a;a(Ldw;Lcom/google/gson/JsonObject;)V
intermediary method_9319
Lnet/minecraft/class_2186$class_2187;method_9319(Lnet/minecraft/class_2186;Lcom/google/gson/JsonObject;)V
named toJson
Lnet/minecraft/command/argument/EntityArgumentType$Serializer;toJson(Lnet/minecraft/command/argument/EntityArgumentType;Lcom/google/gson/JsonObject;)V
-