Uses of Record Class
org.sgrewritten.stargate.network.portal.GlobalPortalId
Packages that use GlobalPortalId
Package
Description
-
Uses of GlobalPortalId in org.sgrewritten.stargate.api.database
Methods in org.sgrewritten.stargate.api.database with parameters of type GlobalPortalIdModifier and TypeMethodDescriptionvoidStorageAPI.updatePortalName(String newName, GlobalPortalId portalId, StorageType portalType) Update the name of a portal -
Uses of GlobalPortalId in org.sgrewritten.stargate.api.network.portal
Methods in org.sgrewritten.stargate.api.network.portal that return GlobalPortalIdModifier and TypeMethodDescriptionPortal.getGlobalId()Gets the globally unique identifier for this portal -
Uses of GlobalPortalId in org.sgrewritten.stargate.database
Methods in org.sgrewritten.stargate.database with parameters of type GlobalPortalIdModifier and TypeMethodDescriptionvoidSQLQueryExecutor.executeAddFlagRelation(StorageType type, GlobalPortalId globalPortalId, Set<StargateFlag> flags) Executes the query for adding a new flag to a portalvoidSQLDatabase.updatePortalName(String newName, GlobalPortalId globalPortalId, StorageType portalType) -
Uses of GlobalPortalId in org.sgrewritten.stargate.network.portal
Methods in org.sgrewritten.stargate.network.portal that return GlobalPortalIdModifier and TypeMethodDescriptionstatic GlobalPortalIdGlobalPortalId.getFromPortal(Portal portal) Gets a global portal id from the given portalStargatePortal.getGlobalId()VirtualPortal.getGlobalId()