Delegate SuggestionProviderSync
Namespace: Void.Minecraft.Commands.Brigadier.Suggestion
Assembly: Void.Minecraft.dll
Produces synchronous command completions for an argument node.
public delegate Suggestions SuggestionProviderSync(CommandContext context, SuggestionsBuilder builder)Parameters
context CommandContext
The parsed command context.
builder SuggestionsBuilder
The suggestion accumulator.
Returns
The completed suggestions.