Uses of Class
com.github.alex1304.ultimategdbot.api.command.CommandProvider
| Package | Description |
|---|---|
| com.github.alex1304.ultimategdbot.api | |
| com.github.alex1304.ultimategdbot.api.command.annotated |
-
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return CommandProvider Modifier and Type Method Description CommandProviderPlugin. getCommandProvider()Gets the command provider for this plugin.Methods in com.github.alex1304.ultimategdbot.api with parameters of type CommandProvider Modifier and Type Method Description voidCommandKernel. addProvider(CommandProvider provider)Adds a new command provider to this kernel. -
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api.command.annotated
Subclasses of CommandProvider in com.github.alex1304.ultimategdbot.api.command.annotated Modifier and Type Class Description classAnnotatedCommandProvider