Uses of Interface
com.github.alex1304.ultimategdbot.api.Plugin
-
Packages that use Plugin Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.utils -
-
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
Command. getPlugin()
Gets the plugin this command belongs to.Methods in com.github.alex1304.ultimategdbot.api that return types with arguments of type Plugin Modifier and Type Method Description reactor.core.publisher.Mono<Map<Plugin,Map<String,String>>>
Context. getGuildSettings()
Gets the guild settingsSet<Plugin>
Bot. getPlugins()
Gets a Set containing all successfully loaded plugins. -
Uses of Plugin in com.github.alex1304.ultimategdbot.api.utils
Methods in com.github.alex1304.ultimategdbot.api.utils with parameters of type Plugin Modifier and Type Method Description static Properties
BotUtils. getGitPropertiesForPlugin(Plugin plugin)
-