Uses of Record Class
net.minecraft.command.argument.SignedArgumentList.ParsedArgument
Packages that use SignedArgumentList.ParsedArgument
-
Uses of SignedArgumentList.ParsedArgument in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type SignedArgumentList.ParsedArgumentModifier and TypeFieldDescriptionprivate final List
<SignedArgumentList.ParsedArgument<S>> SignedArgumentList.arguments
The field for thearguments
record component.Methods in net.minecraft.command.argument that return SignedArgumentList.ParsedArgumentModifier and TypeMethodDescriptionMethods in net.minecraft.command.argument that return types with arguments of type SignedArgumentList.ParsedArgumentModifier 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) Constructor parameters in net.minecraft.command.argument with type arguments of type SignedArgumentList.ParsedArgumentModifierConstructorDescription -
Uses of SignedArgumentList.ParsedArgument in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type SignedArgumentList.ParsedArgumentModifier and TypeMethodDescriptionprivate <S> Map
<String, SignedMessage> ServerPlayNetworkHandler.toUnsignedSignatures
(List<SignedArgumentList.ParsedArgument<S>> arguments)