public interface ID2RPlugin
| Modifier and Type | Method and Description |
|---|---|
ID2RPluginBootstrap |
getBootstrap()
Get the plugin bootstrap
|
DependencyManager |
getDependencyManager()
Dynamic Dependency manager
|
void |
onDisable()
method to be called when the plugin disables.
|
void |
onEnable()
method to be called when the plugin enables.
|
void |
onLoad()
method to be called on load
|
ID2RPluginBootstrap getBootstrap()
void onLoad()
void onEnable()
void onDisable()
DependencyManager getDependencyManager()