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