size

Get the number of Portals managed by the Portal Manager.

Example usage (kotlin):

val portalCount: Int = PortalManager.size()

Example usage (java):

int portalCount = PortalManager.size();

Return

how many Portals are managed by the Portal Manager