Uses of Class
com.github.alex1304.ultimategdbot.api.Plugin
-
Packages that use 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 Plugin
Plugin.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 aPlugin
derived from the given bot and properties.
-