Uses of Class
com.github.alex1304.ultimategdbot.api.Plugin
| Package | Description |
|---|---|
| com.github.alex1304.ultimategdbot.api |
-
Uses of Plugin in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return Plugin Modifier and Type Method Description PluginPlugin.Builder. build()Builds the plugin instance.Methods in com.github.alex1304.ultimategdbot.api that return types with arguments of type Plugin Modifier and Type Method Description Set<Plugin>Bot. plugins()Gets a Set containing all successfully loaded plugins.Set<Plugin>SimpleBot. plugins()reactor.core.publisher.Mono<Plugin>PluginBootstrap. setup(Bot bot, PropertyReader pluginProperties)Creates aPluginderived from the given bot and properties.