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 TypeMethodDescriptionModifier 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 -
Uses of SignedArgumentList.ParsedArgument in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate <S> Map
<String, SignedMessage> ServerPlayNetworkHandler.toUnsignedSignatures
(List<SignedArgumentList.ParsedArgument<S>> arguments)