Uses of Record Class
net.minecraft.network.chat.PreviewableCommand.Argument
-
Uses of PreviewableCommand.Argument in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final List<PreviewableCommand.Argument<S>>
PreviewableCommand.arguments
The field for thearguments
record component.Modifier and TypeMethodDescriptionPreviewableCommand.arguments()
Returns the value of thearguments
record component.private static <S> List<PreviewableCommand.Argument<S>>
PreviewableCommand.collectArguments
(com.mojang.brigadier.context.CommandContextBuilder<S> p_242893_) ModifierConstructorDescriptionPreviewableCommand
(List<PreviewableCommand.Argument<S>> arguments) Creates an instance of aPreviewableCommand
record class.