Uses of Interface
net.minecraft.command.argument.serialize.ArgumentSerializer
Packages that use ArgumentSerializer
-
Uses of ArgumentSerializer in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement ArgumentSerializerModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.command.argument declared as ArgumentSerializerMethods in net.minecraft.command.argument with parameters of type ArgumentSerializerModifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentTypes.register
(String id, Class<T> argClass, ArgumentSerializer<T> serializer) Registers an argument type's serializer.Constructors in net.minecraft.command.argument with parameters of type ArgumentSerializerModifierConstructorDescription(package private)
Entry
(Class<T> argClass, ArgumentSerializer<T> serializer, Identifier id) -
Uses of ArgumentSerializer in net.minecraft.command.argument.serialize
Classes in net.minecraft.command.argument.serialize that implement ArgumentSerializerModifier and TypeClassDescriptionclass
ConstantArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>
class
class
class
class
class