Class SuggestionProviders.Wrapper

java.lang.Object
net.minecraft.commands.synchronization.SuggestionProviders.Wrapper
All Implemented Interfaces:
com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
Enclosing class:
SuggestionProviders

protected static class SuggestionProviders.Wrapper extends Object implements com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
  • Field Details

  • Constructor Details

  • Method Details

    • getSuggestions

      public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> getSuggestions(com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider> p_121683_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_121684_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      getSuggestions in interface com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException