public interface PluginDescription
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAuthors()
The author of this plugin.
|
List<PluginDependency> |
getDependencies()
The array of plugin IDs that this plugin requires in order to function fully.
|
Optional<String> |
getDescription() |
String |
getId()
The ID for this plugin.
|
String |
getName() |
Optional<Path> |
getPath()
The path where the plugin is located on the file system.
|
PluginLoader |
getPluginLoader() |
Optional<String> |
getUrl()
Plugin's website specified in the plugin.yml.
|
String |
getVersion()
The version of this plugin.
|
@Nonnull String getId()
@Nonnull Optional<Path> getPath()
@Nonnull List<String> getAuthors()
@Nonnull String getVersion()
@Nonnull List<PluginDependency> getDependencies()
@Nonnull Optional<String> getUrl()
@Nonnull PluginLoader getPluginLoader()
Copyright © 2020. All rights reserved.