size
Get the number of Portals managed by the Portal Manager.
Example usage (kotlin):
val portalCount: Int = PortalManager.size()
Content copied to clipboard
Example usage (java):
int portalCount = PortalManager.size();
Content copied to clipboard
Return
how many Portals are managed by the Portal Manager