Uses of Record Class
net.minecraft.network.chat.SignableCommand.Argument
-
Uses of SignableCommand.Argument in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final List<SignableCommand.Argument<S>>
SignableCommand.arguments
The field for thearguments
record component.Modifier and TypeMethodDescriptionSignableCommand.arguments()
Returns the value of thearguments
record component.private static <S> List<SignableCommand.Argument<S>>
SignableCommand.collectArguments
(String p_252055_, com.mojang.brigadier.context.CommandContextBuilder<S> p_251770_) ModifierConstructorDescriptionSignableCommand
(List<SignableCommand.Argument<S>> arguments) Creates an instance of aSignableCommand
record class.