Uses of Class
com.github.alex1304.ultimategdbot.api.command.CommandProvider
-
Packages that use CommandProvider Package Description com.github.alex1304.ultimategdbot.api.command com.github.alex1304.ultimategdbot.api.command.annotated com.github.alex1304.ultimategdbot.api.service -
-
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return types with arguments of type CommandProvider Modifier and Type Method Description Set<CommandProvider>
CommandService. getCommandProviders()
Gets an immutable view of the command providers added to the service.Methods in com.github.alex1304.ultimategdbot.api.command with parameters of type CommandProvider Modifier and Type Method Description void
CommandService. addProvider(CommandProvider provider)
Adds a new command provider to this kernel. -
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api.command.annotated
Methods in com.github.alex1304.ultimategdbot.api.command.annotated with parameters of type CommandProvider Modifier and Type Method Description static AnnotatedCommand
AnnotatedCommand. from(Object obj, CommandProvider provider, PermissionChecker permChecker)
-
Uses of CommandProvider in com.github.alex1304.ultimategdbot.api.service
Methods in com.github.alex1304.ultimategdbot.api.service with parameters of type CommandProvider Modifier and Type Method Description RootServiceSetupHelper<S>
RootServiceSetupHelper. addCommandProvider(CommandService commandService, CommandProvider commandProvider)
RootServiceSetupHelper<S>
RootServiceSetupHelper. addCommandProvider(CommandService commandService, CommandProvider commandProvider, Predicate<String> classNameFilter)
-