| 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 | 
PluginLoader.getPluginDescription(File file)
Loads a PluginDescriptionFile from the specified file 
 | 
Plugin | 
PluginManager.loadPlugin(File file)
Loads the plugin in the specified file 
 | 
| Constructor and Description | 
|---|
PluginDescriptionFile(InputStream stream)  | 
PluginDescriptionFile(Reader reader)
Loads a PluginDescriptionFile from the specified reader 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginDescriptionFile | 
JavaPluginLoader.getPluginDescription(File file)  | 
Copyright © 2021. All rights reserved.