| 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 | 
|---|---|
Plugin | 
SimplePluginManager.loadPlugin(File file)
Loads the plugin in the specified file 
 | 
Plugin | 
PluginManager.loadPlugin(File file)
Loads the plugin in the specified file 
 | 
Plugin | 
PluginLoader.loadPlugin(File file)
Loads the plugin contained in the specified file 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Plugin | 
JavaPluginLoader.loadPlugin(File file)  | 
| Constructor and Description | 
|---|
PluginClassLoader(JavaPluginLoader loader,
                 ClassLoader parent,
                 PluginDescriptionFile description,
                 File dataFolder,
                 File file)  | 
Copyright © 2021. All rights reserved.