Uses of Interface
co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler
Packages that use CommandCompletions.AsyncCommandCompletionHandler
-
Uses of CommandCompletions.AsyncCommandCompletionHandler in co.aikar.commands
Methods in co.aikar.commands with parameters of type CommandCompletions.AsyncCommandCompletionHandlerModifier and TypeMethodDescriptionCommandCompletions.registerAsyncCompletion(String id, CommandCompletions.AsyncCommandCompletionHandler<C> handler) Registr a completion handler to provide command completions based on the user input.