| Package | Description | 
|---|---|
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginDescriptionFile | PluginLoader. getPluginDescription(File file) | Loads a PluginDescriptionFile from the specified file | 
| Plugin | PluginManager. loadPlugin(File file) | Loads the plugin in the specified file | 
| Constructor | Description | 
|---|---|
| PluginDescriptionFile(InputStream stream) | |
| PluginDescriptionFile(Reader reader) | Loads a PluginDescriptionFile from the specified reader | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginDescriptionFile | JavaPluginLoader. getPluginDescription(File file) | 
Copyright © 2020. All rights reserved.