Uses of Class
com.github.alex1304.ultimategdbot.api.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.BuilderPlugin.Builder. addDatabaseMappingRessources(String resource, String... more)Adds one or more resource paths where database mapping files are located.Plugin.BuilderPlugin.Builder. addGuildSettingsEntry(String key, GuildSettingsEntry<?,?> entry)Adds a new entry to guild settings.static Plugin.BuilderPlugin. builder(String name)Creates a new plugin builder with the specified name.Plugin.BuilderPlugin.Builder. onReady(Supplier<reactor.core.publisher.Mono<Void>> onReady)Plugin.BuilderPlugin.Builder. setCommandProvider(CommandProvider commandProvider)Sets the command provider for this plugin.