static PluginStoreItem.Builder |
PluginStoreItem.builder() |
Creates a new builder for configuring a store item instance.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.description(String description) |
Sets the localized description of the plugin.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.downloadCount(long downloadCount) |
Sets the total number of downloads of the plugin.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.free(boolean free) |
Sets if the plugin is free or not.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.images(List<GuiImage> images) |
Sets the list of image links (e.g.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.installedVersionRange(String installedVersionRange) |
Sets the range of the installed versions.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.name(String name) |
Sets the localized name of the plugin.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.pluginKey(String pluginKey) |
Sets the plugin key of this plugin group.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.scope(EPluginStoreItemInstallScope scope) |
Sets the scope of the plugin, if it is installed.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.status(EPluginStoreItemInstallStatus status) |
Sets the install status of the plugin.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.tags(List<PluginStoreItemTag> tags) |
Sets all tags associated with the plugin.
|
PluginStoreItem.Builder |
PluginStoreItem.Builder.version(String version) |
Sets the name of the most recent compatible version of the plugin.
|