CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keys. More...
Public Member Functions | |
SuggestionProviders | getSuggestionProvider () |
Returns the suggestion provider that this argument is populated with. More... | |
An interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keys.
SuggestionProviders dev.jorel.commandapi.arguments.CustomProvidedArgument.getSuggestionProvider | ( | ) |
Returns the suggestion provider that this argument is populated with.
Implemented in dev.jorel.commandapi.arguments.AdvancementArgument, dev.jorel.commandapi.arguments.BiomeArgument, dev.jorel.commandapi.arguments.BiomeArgument.NamespacedKey, dev.jorel.commandapi.arguments.EntityTypeArgument, dev.jorel.commandapi.arguments.FunctionArgument, dev.jorel.commandapi.arguments.LootTableArgument, dev.jorel.commandapi.arguments.PotionEffectArgument.NamespacedKey, dev.jorel.commandapi.arguments.RecipeArgument, dev.jorel.commandapi.arguments.SoundArgument, and dev.jorel.commandapi.arguments.SoundArgument.NamespacedKey.