Class ClientboundCommandsPacket.NodeResolver<S>
java.lang.Object
net.minecraft.network.protocol.game.ClientboundCommandsPacket.NodeResolver<S>
- Enclosing class:
ClientboundCommandsPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientboundCommandsPacket.NodeBuilder<S> private final CommandBuildContextprivate final List<ClientboundCommandsPacket.Entry> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNodeResolver(CommandBuildContext context, ClientboundCommandsPacket.NodeBuilder<S> builder, List<ClientboundCommandsPacket.Entry> entries) -
Method Summary
-
Field Details
-
context
-
builder
-
entries
-
nodes
-
-
Constructor Details
-
NodeResolver
private NodeResolver(CommandBuildContext context, ClientboundCommandsPacket.NodeBuilder<S> builder, List<ClientboundCommandsPacket.Entry> entries)
-
-
Method Details
-
resolve
-