Uses of Interface
net.minecraft.commands.arguments.PreviewedArgument
Packages that use PreviewedArgument
-
Uses of PreviewedArgument in net.minecraft.commands.arguments
Subinterfaces of PreviewedArgument in net.minecraft.commands.argumentsClasses in net.minecraft.commands.arguments that implement PreviewedArgument -
Uses of PreviewedArgument in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as PreviewedArgumentModifier and TypeFieldDescriptionprivate final PreviewedArgument<?>
PreviewableCommand.Argument.previewType
The field for thepreviewType
record component.Methods in net.minecraft.network.chat that return PreviewedArgumentModifier and TypeMethodDescriptionPreviewableCommand.Argument.previewType()
Returns the value of thepreviewType
record component.Constructors in net.minecraft.network.chat with parameters of type PreviewedArgumentModifierConstructorDescriptionArgument
(com.mojang.brigadier.tree.ArgumentCommandNode<S, ?> node, com.mojang.brigadier.context.ParsedArgument<S, ?> parsedValue, PreviewedArgument<?> previewType) Creates an instance of aArgument
record class.