Uses of Interface
net.minecraft.command.argument.serialize.ArgumentSerializer
| Package | Description |
|---|---|
| net.minecraft.command.argument | |
| net.minecraft.command.argument.serialize |
-
Uses of ArgumentSerializer in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement ArgumentSerializer Modifier and Type Class Description static classEntityArgumentType.Serializerstatic classScoreHolderArgumentType.SerializerFields in net.minecraft.command.argument declared as ArgumentSerializer Modifier and Type Field Description ArgumentSerializer<T>ArgumentTypes.Entry. serializerMethods in net.minecraft.command.argument with parameters of type ArgumentSerializer Modifier and Type Method Description static <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentTypes. register(String id, Class<T> class2, ArgumentSerializer<T> argumentSerializer)Registers an argument type's serializer.Constructors in net.minecraft.command.argument with parameters of type ArgumentSerializer Constructor Description Entry(Class<T> argumentClass, ArgumentSerializer<T> serializer, Identifier id) -
Uses of ArgumentSerializer in net.minecraft.command.argument.serialize
Classes in net.minecraft.command.argument.serialize that implement ArgumentSerializer Modifier and Type Class Description classConstantArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>classDoubleArgumentSerializerclassFloatArgumentSerializerclassIntegerArgumentSerializerclassLongArgumentSerializerclassStringArgumentSerializer