public class LongArgumentSerializer extends Object implements ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
Constructor and Description |
---|
LongArgumentSerializer() |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.arguments.LongArgumentType |
fromPacket(PacketByteBuf packetByteBuf) |
void |
toJson(com.mojang.brigadier.arguments.LongArgumentType longArgumentType,
JsonObject jsonObject) |
void |
toPacket(com.mojang.brigadier.arguments.LongArgumentType longArgumentType,
PacketByteBuf packetByteBuf) |
public void toPacket(com.mojang.brigadier.arguments.LongArgumentType longArgumentType, PacketByteBuf packetByteBuf)
toPacket
in interface ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
public com.mojang.brigadier.arguments.LongArgumentType fromPacket(PacketByteBuf packetByteBuf)
fromPacket
in interface ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
public void toJson(com.mojang.brigadier.arguments.LongArgumentType longArgumentType, JsonObject jsonObject)
toJson
in interface ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>