Uses of Interface
net.minecraft.commands.arguments.PreviewedArgument
-
Uses of PreviewedArgument in net.minecraft.commands.arguments
-
Uses of PreviewedArgument in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final PreviewedArgument<?>
PreviewableCommand.Argument.previewType
The field for thepreviewType
record component.Modifier and TypeMethodDescriptionPreviewableCommand.Argument.previewType()
Returns the value of thepreviewType
record component.ModifierConstructorDescriptionArgument
(com.mojang.brigadier.tree.ArgumentCommandNode<S, ?> node, com.mojang.brigadier.context.ParsedArgument<S, ?> parsedValue, PreviewedArgument<?> previewType) Creates an instance of aArgument
record class.