net.minecraft.command.suggestion

record SuggestionProviders$LocalProvider

implements com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>

net.minecraft.commands.synchronization.SuggestionProviders$RegisteredSuggestion
net.minecraft.class_2321$class_2322
net.minecraft.command.suggestion.SuggestionProviders$LocalProvider

Field summary

Modifier and TypeField
private final Identifier
name
comp_4376
id
private final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
delegate
comp_4377
provider

Constructor summary

ModifierConstructor
private (Identifier id, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)

Method summary

Modifier and TypeMethod
public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
getSuggestions(com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
getSuggestions(com.mojang.brigadier.context.CommandContext<class_2172> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
getSuggestions(com.mojang.brigadier.context.CommandContext<CommandSource> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
public Identifier
name()
comp_4376()
id()
public com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
delegate()
comp_4377()
provider()