Uses of Record Class
net.minecraft.network.chat.PreviewableCommand.Argument
Packages that use PreviewableCommand.Argument
-
Uses of PreviewableCommand.Argument in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type PreviewableCommand.ArgumentModifier and TypeFieldDescriptionprivate final List<PreviewableCommand.Argument<S>>PreviewableCommand.argumentsThe field for theargumentsrecord component.Methods in net.minecraft.network.chat that return types with arguments of type PreviewableCommand.ArgumentModifier and TypeMethodDescriptionPreviewableCommand.arguments()Returns the value of theargumentsrecord component.private static <S> List<PreviewableCommand.Argument<S>>PreviewableCommand.collectArguments(com.mojang.brigadier.context.CommandContextBuilder<S> p_242893_) Constructor parameters in net.minecraft.network.chat with type arguments of type PreviewableCommand.ArgumentModifierConstructorDescriptionPreviewableCommand(List<PreviewableCommand.Argument<S>> arguments) Creates an instance of aPreviewableCommandrecord class.