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.BuilderPluginMetadata. builder(String name)Initiates a builder for aPluginMetadata.PluginMetadata.BuilderPluginMetadata.Builder. setDescription(String description)Sets the description of the plugin.PluginMetadata.BuilderPluginMetadata.Builder. setDevelopers(List<String> developers)Sets the developers of the plugin.PluginMetadata.BuilderPluginMetadata.Builder. setUrl(String url)Sets the url of the plugin.PluginMetadata.BuilderPluginMetadata.Builder. setVersion(String version)Sets the version of the plugin.
-