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>> p_237627_, ClientboundCommandsPacket.NodeInspector<S> p_425698_) private static <S> ClientboundCommandsPacket.Entry
ClientboundCommandsPacket.createEntry
(com.mojang.brigadier.tree.CommandNode<S> p_237622_, ClientboundCommandsPacket.NodeInspector<S> p_425626_, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> p_237623_) Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeInspectorModifierConstructorDescriptionClientboundCommandsPacket
(com.mojang.brigadier.tree.RootCommandNode<S> p_131861_, ClientboundCommandsPacket.NodeInspector<S> p_426113_) -
Uses of ClientboundCommandsPacket.NodeInspector in net.neoforged.neoforge.network.filters
Fields in net.neoforged.neoforge.network.filters declared as ClientboundCommandsPacket.NodeInspector