| 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 | 
|---|---|---|
| PluginLoader | Plugin. getPluginLoader() | Gets the associated PluginLoader responsible for this plugin | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | PluginManager. registerInterface(java.lang.Class<? extends PluginLoader> loader) | Registers the specified plugin loader | 
| void | SimplePluginManager. registerInterface(java.lang.Class<? extends PluginLoader> loader) | Registers the specified plugin loader | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | JavaPluginLoader | Represents a Java plugin loader, allowing plugins in the form of .jar | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginLoader | JavaPlugin. getPluginLoader() | Gets the associated PluginLoader responsible for this plugin | 
Copyright © 2018. All rights reserved.