Uses of Class
com.github.alex1304.ultimategdbot.api.PluginMetadata.Builder
-
Packages that use PluginMetadata.Builder Package Description com.github.alex1304.ultimategdbot.api -
-
Uses of PluginMetadata.Builder in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return PluginMetadata.Builder Modifier and Type Method Description static PluginMetadata.Builder
PluginMetadata. builder(String name)
Initiates a builder for aPluginMetadata
.PluginMetadata.Builder
PluginMetadata.Builder. setDescription(String description)
Sets the description of the plugin.PluginMetadata.Builder
PluginMetadata.Builder. setDevelopers(List<String> developers)
Sets the developers of the plugin.PluginMetadata.Builder
PluginMetadata.Builder. setUrl(String url)
Sets the url of the plugin.PluginMetadata.Builder
PluginMetadata.Builder. setVersion(String version)
Sets the version of the plugin.
-