net.minecraft.command.argument.serialize

public class IntegerArgumentSerializer

implements ArgumentSerializer<com.mojang.brigadier.arguments.IntegerArgumentType, IntegerArgumentSerializer$Properties>

net.minecraft.commands.synchronization.brigadier.IntegerArgumentInfo
net.minecraft.commands.synchronization.brigadier.IntegerArgumentInfo
net.minecraft.class_2330
net.minecraft.command.argument.serialize.IntegerArgumentSerializer

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
serializeToNetwork(IntegerArgumentInfo$Template template, FriendlyByteBuf out)
serializeToNetwork(IntegerArgumentInfo$Template template, FriendlyByteBuf out)
method_10048(class_2330$class_7222 arg0, class_2540 arg1)
writePacket(IntegerArgumentSerializer$Properties arg0, PacketByteBuf arg1)
public IntegerArgumentSerializer$Properties
deserializeFromNetwork(FriendlyByteBuf in)
deserializeFromNetwork(FriendlyByteBuf in)
method_10005(class_2540 arg0)
fromPacket(PacketByteBuf arg0)
public void
serializeToJson(IntegerArgumentInfo$Template template, com.google.gson.JsonObject out)
serializeToJson(IntegerArgumentInfo$Template template, com.google.gson.JsonObject out)
method_10049(class_2330$class_7222 arg0, com.google.gson.JsonObject arg1)
writeJson(IntegerArgumentSerializer$Properties arg0, com.google.gson.JsonObject arg1)
public IntegerArgumentSerializer$Properties
unpack(com.mojang.brigadier.arguments.IntegerArgumentType argument)
unpack(com.mojang.brigadier.arguments.IntegerArgumentType argument)
method_42007(com.mojang.brigadier.arguments.IntegerArgumentType arg0)
getArgumentTypeProperties(com.mojang.brigadier.arguments.IntegerArgumentType arg0)