Uses of Class
com.github.alex1304.ultimategdbot.api.Plugin.Builder
-
Packages that use Plugin.Builder Package Description com.github.alex1304.ultimategdbot.api -
-
Uses of Plugin.Builder in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return Plugin.Builder Modifier and Type Method Description Plugin.Builder
Plugin.Builder. addGuildConfigExtension(Class<? extends GuildConfigDao<?>> extensionClass)
Adds a database extension class useful to retrieve configuration for a guild.static Plugin.Builder
Plugin. builder(String name)
Creates a new plugin builder with the specified name.Plugin.Builder
Plugin.Builder. onReady(Supplier<? extends reactor.core.publisher.Mono<Void>> onReady)
Sets a callback to invoke when the bot is ready.Plugin.Builder
Plugin.Builder. setCommandProvider(CommandProvider commandProvider)
Sets the command provider for this plugin.
-