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.previewTypeThe field for thepreviewTyperecord component.Methods in net.minecraft.network.chat that return PreviewedArgumentModifier and TypeMethodDescriptionPreviewableCommand.Argument.previewType()Returns the value of thepreviewTyperecord 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 aArgumentrecord class.