Class CustomPortalManager
java.lang.Object
me.xxastaspastaxx.dimensions.customportal.CustomPortalManager
Manages all custom portals
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomPortal(String name)
Get a custom portal by nameGet all the custom portals registeredvoid
reload()
Reload all custom portals
-
Constructor Details
-
CustomPortalManager
Constructor of the manager- Parameters:
pl
-
-
-
Method Details
-
getCustomPortals
Get all the custom portals registered- Returns:
-
getCustomPortal
Get a custom portal by name- Parameters:
name
- the name of the portal- Returns:
-
reload
public void reload()Reload all custom portals
-