Uses of Interface
net.minecraft.network.protocol.game.ClientboundCommandsPacket.NodeBuilder
Packages that use ClientboundCommandsPacket.NodeBuilder
Package
Description
-
Uses of ClientboundCommandsPacket.NodeBuilder in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ClientboundCommandsPacket.NodeBuilderModifier and TypeFieldDescriptionprivate static final ClientboundCommandsPacket.NodeBuilder<ClientSuggestionProvider> ClientPacketListener.COMMAND_NODE_BUILDER -
Uses of ClientboundCommandsPacket.NodeBuilder in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundCommandsPacket.NodeBuilderModifier and TypeFieldDescriptionprivate final ClientboundCommandsPacket.NodeBuilder<S> ClientboundCommandsPacket.NodeResolver.builderMethods in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeBuilderModifier and TypeMethodDescription<S> com.mojang.brigadier.builder.ArgumentBuilder<S, ?> ClientboundCommandsPacket.ArgumentNodeStub.build(CommandBuildContext pContext, ClientboundCommandsPacket.NodeBuilder<S> pNodeBuilder) <S> com.mojang.brigadier.builder.ArgumentBuilder<S, ?> ClientboundCommandsPacket.LiteralNodeStub.build(CommandBuildContext pContext, ClientboundCommandsPacket.NodeBuilder<S> pNodeBuilder) <S> com.mojang.brigadier.builder.ArgumentBuilder<S, ?> ClientboundCommandsPacket.NodeStub.build(CommandBuildContext pContext, ClientboundCommandsPacket.NodeBuilder<S> pNodeBuilder) <S> com.mojang.brigadier.tree.RootCommandNode<S> ClientboundCommandsPacket.getRoot(CommandBuildContext pContext, ClientboundCommandsPacket.NodeBuilder<S> pNodeBuilder) Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeBuilderModifierConstructorDescription(package private)NodeResolver(CommandBuildContext pContext, ClientboundCommandsPacket.NodeBuilder<S> pBuilder, List<ClientboundCommandsPacket.Entry> pEntries) -
Uses of ClientboundCommandsPacket.NodeBuilder in net.neoforged.neoforge.network.filters
Fields in net.neoforged.neoforge.network.filters declared as ClientboundCommandsPacket.NodeBuilderModifier and TypeFieldDescriptionCommandTreeCleaner.COMMAND_NODE_BUILDERReconstructs the command nodes from information contained in theClientboundCommandsPacket.