| Package | Description |
|---|---|
| org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
| org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
| Modifier and Type | Method and Description |
|---|---|
PluginDescriptionFile |
Plugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
PluginLoader.getPluginDescription(File file)
Loads a PluginDescriptionFile from the specified file
|
| Modifier and Type | Method and Description |
|---|---|
PluginDescriptionFile |
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(File file) |
| Constructor and Description |
|---|
JavaPlugin(JavaPluginLoader loader,
PluginDescriptionFile description,
File dataFolder,
File file) |
Copyright © 2017. All rights reserved.