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>> nodeToId, ClientboundCommandsPacket.NodeInspector<S> inspector) private static <S> ClientboundCommandsPacket.EntryClientboundCommandsPacket.createEntry(com.mojang.brigadier.tree.CommandNode<S> node, ClientboundCommandsPacket.NodeInspector<S> inspector, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> ids) Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeInspectorModifierConstructorDescription<S>ClientboundCommandsPacket(com.mojang.brigadier.tree.RootCommandNode<S> root, ClientboundCommandsPacket.NodeInspector<S> inspector) -
Uses of ClientboundCommandsPacket.NodeInspector in net.neoforged.neoforge.network.filters
Fields in net.neoforged.neoforge.network.filters declared as ClientboundCommandsPacket.NodeInspector