Class DimensionsAddonManager

java.lang.Object
me.xxastaspastaxx.dimensions.addons.DimensionsAddonManager

public class DimensionsAddonManager extends Object
Loads and enables all the Dimensions addons
  • Constructor Details

    • DimensionsAddonManager

      public DimensionsAddonManager(Dimensions pl)
      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

      public DimensionsAddon getAddonByName(String addonName)
      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

      public ArrayList<DimensionsAddon> 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

      public boolean unload(DimensionsAddon plugin)
      Unload the given addon
      Parameters:
      plugin - the addon to unload
      Returns:
      true