Uses of Record Class
net.minecraft.command.argument.DecoratableArgumentList.ParsedArgument
-
Uses of DecoratableArgumentList.ParsedArgument in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate final List<DecoratableArgumentList.ParsedArgument<S>>
DecoratableArgumentList.arguments
The field for thearguments
record component.Modifier and TypeMethodDescriptionDecoratableArgumentList.arguments()
Returns the value of thearguments
record component.private static <S> List<DecoratableArgumentList.ParsedArgument<S>>
DecoratableArgumentList.collectDecoratableArguments
(com.mojang.brigadier.context.CommandContextBuilder<S> contextBuilder) ModifierConstructorDescription