Package fr.fuzeblocks.homeplugin.plugin
Class PluginManager
java.lang.Object
fr.fuzeblocks.homeplugin.plugin.PluginManager
- All Implemented Interfaces:
- PluginLoader
The type Plugin manager.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets home plugin.static PluginManagerGets instance.voidloadPlugin(HomePlugin homePlugin) Load plugin.voidunregisterPlugin(HomePlugin homePlugin) Unregister plugin.
- 
Constructor Details- 
PluginManagerpublic PluginManager()
 
- 
- 
Method Details- 
getInstanceGets instance.- Returns:
- the instance
 
- 
loadPluginDescription copied from interface:PluginLoaderLoad plugin.- Specified by:
- loadPluginin interface- PluginLoader
- Parameters:
- homePlugin- the home plugin
 
- 
getHomePluginDescription copied from interface:PluginLoaderGets home plugin.- Specified by:
- getHomePluginin interface- PluginLoader
- Returns:
- the home plugin
 
- 
unregisterPluginDescription copied from interface:PluginLoaderUnregister plugin.- Specified by:
- unregisterPluginin interface- PluginLoader
- Parameters:
- homePlugin- the home plugin
 
 
-