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