Package top.focess.qq.api.plugin
Class PluginDescription
- java.lang.Object
-
- top.focess.qq.api.plugin.PluginDescription
-
public class PluginDescription extends Object
The description of plugin.
-
-
Constructor Summary
Constructors Constructor Description PluginDescription(top.focess.util.yaml.YamlConfiguration pluginConfig)Constructs a new PluginDescription from the plugin config
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()List<String>getDependencies()StringgetMain()StringgetName()List<String>getSoftDependencies()top.focess.util.version.VersiongetVersion()
-