suggestion
Adds static suggestions for this command argument.
Return
this CommandCreator instance for chaining
Parameters
suggestions
a list of strings to be suggested to the user
Adds static suggestions for this command argument from an Enum.
Return
this CommandCreator instance for chaining
Type Parameters
E
the enum type whose values will be suggested (lowercase)
Adds dynamic suggestions for this command argument.
Return
this CommandCreator instance for chaining
Parameters
provider
the Brigadier SuggestionProvider that generates suggestions