Uses of Class
com.github.alex1304.ultimategdbot.api.PluginMetadata
-
Packages that use PluginMetadata Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.metadata -
-
Uses of PluginMetadata in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return PluginMetadata Modifier and Type Method Description PluginMetadata
PluginMetadata.Builder. build()
Builds thePluginMetadata
object.Methods in com.github.alex1304.ultimategdbot.api that return types with arguments of type PluginMetadata Modifier and Type Method Description reactor.core.publisher.Mono<PluginMetadata>
Plugin. metadata()
Gets the metadata of this plugin. -
Uses of PluginMetadata in com.github.alex1304.ultimategdbot.api.metadata
Methods in com.github.alex1304.ultimategdbot.api.metadata that return types with arguments of type PluginMetadata Modifier and Type Method Description Set<PluginMetadata>
PluginMetadataService. all()
Gets an immutable set of metadata of all plugins loaded in the bot.Constructor parameters in com.github.alex1304.ultimategdbot.api.metadata with type arguments of type PluginMetadata Constructor Description PluginMetadataService(Set<PluginMetadata> pluginMetadataSet)
-