Uses of Class
com.mojang.brigadier.tree.ArgumentCommandNode
Packages that use ArgumentCommandNode
Package
Description
-
Uses of ArgumentCommandNode in com.mojang.brigadier.builder
Methods in com.mojang.brigadier.builder that return ArgumentCommandNode -
Uses of ArgumentCommandNode in com.mojang.brigadier.tree
Fields in com.mojang.brigadier.tree with type parameters of type ArgumentCommandNodeModifier and TypeFieldDescriptionprivate final Map<String, ArgumentCommandNode<S, ?>> CommandNode.arguments -
Uses of ArgumentCommandNode in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type ArgumentCommandNodeModifier and TypeMethodDescription<T> voidArgumentVisitor.Output.accept(CommandContextBuilder<S> context, ArgumentCommandNode<S, T> argument, @Nullable ParsedArgument<S, T> value) private static <S,T> void ArgumentVisitor.callVisitor(CommandContextBuilder<S> context, ArgumentVisitor.Output<S> output, ArgumentCommandNode<S, T> argument, @Nullable ParsedArgument<S, ?> value) -
Uses of ArgumentCommandNode in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ArgumentCommandNodeModifier and TypeFieldDescriptionprivate final ArgumentCommandNode<S, ?> SignableCommand.Argument.nodeThe field for thenoderecord component.Methods in net.minecraft.network.chat that return ArgumentCommandNodeModifier and TypeMethodDescriptionSignableCommand.Argument.node()Returns the value of thenoderecord component.Constructors in net.minecraft.network.chat with parameters of type ArgumentCommandNodeModifierConstructorDescriptionArgument(ArgumentCommandNode<S, ?> node, String value) Creates an instance of aArgumentrecord class. -
Uses of ArgumentCommandNode in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type ArgumentCommandNodeModifier and TypeMethodDescription@Nullable IdentifierClientboundCommandsPacket.NodeInspector.suggestionId(ArgumentCommandNode<S, ?> node)