Uses of Interface
net.minecraft.network.protocol.game.ClientboundCommandsPacket.NodeInspector
Packages that use ClientboundCommandsPacket.NodeInspector
Package
Description
-
Uses of ClientboundCommandsPacket.NodeInspector in net.minecraft.commands
Fields in net.minecraft.commands declared as ClientboundCommandsPacket.NodeInspectorModifier and TypeFieldDescriptionprivate static final ClientboundCommandsPacket.NodeInspector<CommandSourceStack> Commands.COMMAND_NODE_INSPECTOR -
Uses of ClientboundCommandsPacket.NodeInspector in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeInspectorModifier and TypeMethodDescriptionprivate static <S> List<ClientboundCommandsPacket.Entry> ClientboundCommandsPacket.createEntries(it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> pNodes, ClientboundCommandsPacket.NodeInspector<S> pNodeInspector) private static <S> ClientboundCommandsPacket.EntryClientboundCommandsPacket.createEntry(com.mojang.brigadier.tree.CommandNode<S> pNode, ClientboundCommandsPacket.NodeInspector<S> pNodeInspector, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> pNodes) Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeInspectorModifierConstructorDescriptionClientboundCommandsPacket(com.mojang.brigadier.tree.RootCommandNode<S> pRoot, ClientboundCommandsPacket.NodeInspector<S> pNodeInspector) -
Uses of ClientboundCommandsPacket.NodeInspector in net.neoforged.neoforge.network.filters
Fields in net.neoforged.neoforge.network.filters declared as ClientboundCommandsPacket.NodeInspector