Uses of Class
com.github.alex1304.ultimategdbot.api.command.CommandProvider
-
Packages that use CommandProvider Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.command 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 CommandProvider
Plugin. 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 Plugin.Builder
Plugin.Builder. setCommandProvider(CommandProvider commandProvider)
Sets the command provider for this plugin. -
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command with parameters of type CommandProvider Modifier and Type Method Description void
CommandKernel. 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 class
AnnotatedCommandProvider
-