public class LongArgumentSerializer extends java.lang.Object implements IArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
| Constructor and Description | 
|---|
LongArgumentSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.mojang.brigadier.arguments.LongArgumentType | 
read(PacketBuffer buffer)  | 
void | 
write(com.mojang.brigadier.arguments.LongArgumentType p_212244_1_,
     com.google.gson.JsonObject p_212244_2_)  | 
void | 
write(com.mojang.brigadier.arguments.LongArgumentType argument,
     PacketBuffer buffer)  | 
public void write(com.mojang.brigadier.arguments.LongArgumentType argument,
                  PacketBuffer buffer)
write in interface IArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>public com.mojang.brigadier.arguments.LongArgumentType read(PacketBuffer buffer)
read in interface IArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>public void write(com.mojang.brigadier.arguments.LongArgumentType p_212244_1_,
                  com.google.gson.JsonObject p_212244_2_)
write in interface IArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>