Uses of Enum Class
dev.jorel.commandapi.arguments.SuggestionProviders
Packages that use SuggestionProviders
Package
Description
Classes to be used as arguments for commands
-
Uses of SuggestionProviders in dev.jorel.commandapi
Methods in dev.jorel.commandapi with parameters of type SuggestionProvidersModifier and TypeMethodDescriptioncom.mojang.brigadier.suggestion.SuggestionProvider<Source> CommandAPIPlatform.getSuggestionProvider(SuggestionProviders suggestionProvider) -
Uses of SuggestionProviders in dev.jorel.commandapi.arguments
Subclasses with type arguments of type SuggestionProviders in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionenumAn enum representing the different suggestion providers for arguments based on Minecraft namespaced keysMethods in dev.jorel.commandapi.arguments that return SuggestionProvidersModifier and TypeMethodDescriptionCustomProvidedArgument.getSuggestionProvider()Returns the suggestion provider that this argument is populated withstatic SuggestionProvidersReturns the enum constant of this class with the specified name.static SuggestionProviders[]SuggestionProviders.values()Returns an array containing the constants of this enum class, in the order they are declared.