Interface ForceServerSuggestions
@Internal
public interface ForceServerSuggestions
Marks an ArgumentType that has no vanilla client-side parser equivalent,
so the client must always be told to ask the server for suggestions
(minecraft:ask_server), regardless of whether .suggests(...) was
attached at command-registration time.
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
-
Method Details
-
suggestionProvider
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> suggestionProvider()
-