Uses of Interface
io.github.projectunified.craftcommand.processor.extension.SuggestionProvider
Packages that use SuggestionProvider
Package
Description
Base annotation processor for CraftCommand.
-
Uses of SuggestionProvider in io.github.projectunified.craftcommand.processor
Methods in io.github.projectunified.craftcommand.processor that return SuggestionProviderModifier and TypeMethodDescriptionprotected SuggestionProviderBaseCommandProcessor.findSuggestionProvider(com.palantir.javapoet.TypeName typeName) Finds a global suggestion provider for the given type via SPI.Methods in io.github.projectunified.craftcommand.processor that return types with arguments of type SuggestionProviderModifier and TypeMethodDescriptionstatic List<SuggestionProvider> SpiLoader.loadSuggestionProviders(ClassLoader classLoader)