Class ClientboundCommandsPacket.NodeResolver
java.lang.Object
net.minecraft.network.protocol.game.ClientboundCommandsPacket.NodeResolver
- Enclosing class:
- ClientboundCommandsPacket
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final CommandBuildContextprivate final List<ClientboundCommandsPacket.Entry>private final List<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>>
- 
Constructor SummaryConstructorsConstructorDescriptionNodeResolver(CommandBuildContext p_237689_, List<ClientboundCommandsPacket.Entry> p_237690_) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>resolve(int p_237692_) 
- 
Field Details- 
context
- 
entries
- 
nodes
 
- 
- 
Constructor Details- 
NodeResolverNodeResolver(CommandBuildContext p_237689_, List<ClientboundCommandsPacket.Entry> p_237690_) 
 
- 
- 
Method Details- 
resolve
 
-