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.builder
Methods 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 p_237656_, ClientboundCommandsPacket.NodeBuilder<S> p_426292_) <S> com.mojang.brigadier.builder.ArgumentBuilder
<S, ?> ClientboundCommandsPacket.LiteralNodeStub.build
(CommandBuildContext p_237682_, ClientboundCommandsPacket.NodeBuilder<S> p_426272_) <S> com.mojang.brigadier.builder.ArgumentBuilder
<S, ?> ClientboundCommandsPacket.NodeStub.build
(CommandBuildContext p_237695_, ClientboundCommandsPacket.NodeBuilder<S> p_425739_) <S> com.mojang.brigadier.tree.RootCommandNode
<S> ClientboundCommandsPacket.getRoot
(CommandBuildContext p_237625_, ClientboundCommandsPacket.NodeBuilder<S> p_426329_) 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_BUILDER
Reconstructs the command nodes from information contained in theClientboundCommandsPacket
.