Class DimensionsAddonManager
java.lang.Object
me.xxastaspastaxx.dimensions.addons.DimensionsAddonManager
Loads and enables all the Dimensions addons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enable all the addonsgetAddonByName(String addonName)
Get the instance of the addon from the addon's name if loadedGet the list of the loaded addonsvoid
Disable all the addonsboolean
unload(DimensionsAddon plugin)
Unload the given addonvoid
Disable all addons and cancel their running tasks
-
Constructor Details
-
DimensionsAddonManager
Constructor of the Addon manager. Creates the directory containing the addons and loads all the addons using ServiceLoader- Parameters:
pl
- The instance of the plugin
-
-
Method Details
-
enableAddons
public void enableAddons()Enable all the addons -
getAddonByName
Get the instance of the addon from the addon's name if loaded- Parameters:
addonName
- the name of the addon- Returns:
- the instance of the addon or null
-
getAddons
Get the list of the loaded addons- Returns:
- List of DimensionsAddon
-
onDisable
public void onDisable()Disable all the addons -
unloadAll
public void unloadAll()Disable all addons and cancel their running tasks -
unload
Unload the given addon- Parameters:
plugin
- the addon to unload- Returns:
- true
-