Interface ExternalPlugin
public interface ExternalPlugin
If your plugin integrates with another plugin, it must implement this interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis event will be called once all plugins are loaded.
-
Method Details
-
onAllPluginsLoaded
void onAllPluginsLoaded()This event will be called once all plugins are loaded. You may only use thePlugin.getPluginByName(String)method after this has been called.
-