Class LongArgumentSerializer
java.lang.Object
net.minecraft.command.argument.serialize.LongArgumentSerializer
- All Implemented Interfaces:
ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
public class LongArgumentSerializer extends Object implements ArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
-
Constructor Summary
Constructors Constructor Description LongArgumentSerializer()
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
LongArgumentSerializer
public LongArgumentSerializer()
-
-
Method Details
-
toPacket
public void toPacket(com.mojang.brigadier.arguments.LongArgumentType longArgumentType, PacketByteBuf packetByteBuf)- Specified by:
toPacket
in interfaceArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
-
fromPacket
- Specified by:
fromPacket
in interfaceArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
-
toJson
public void toJson(com.mojang.brigadier.arguments.LongArgumentType longArgumentType, JsonObject jsonObject)- Specified by:
toJson
in interfaceArgumentSerializer<com.mojang.brigadier.arguments.LongArgumentType>
-