Class CustomPortalManager

java.lang.Object
me.xxastaspastaxx.dimensions.customportal.CustomPortalManager

public class CustomPortalManager extends Object
Manages all custom portals
  • Constructor Details

    • CustomPortalManager

      public CustomPortalManager(Dimensions pl)
      Constructor of the manager
      Parameters:
      pl -
  • Method Details

    • getCustomPortals

      public ArrayList<CustomPortal> getCustomPortals()
      Get all the custom portals registered
      Returns:
    • getCustomPortal

      public CustomPortal getCustomPortal(String name)
      Get a custom portal by name
      Parameters:
      name - the name of the portal
      Returns:
    • reload

      public void reload()
      Reload all custom portals