Uses of Record Class
org.sgrewritten.stargate.network.portal.GlobalPortalId
Package
Description
-
Uses of GlobalPortalId in org.sgrewritten.stargate.api.database
Modifier and TypeMethodDescriptionvoid
StorageAPI.updatePortalName
(String newName, GlobalPortalId portalId, StorageType portalType) Update the name of a portal -
Uses of GlobalPortalId in org.sgrewritten.stargate.api.network.portal
Modifier and TypeMethodDescriptionPortal.getGlobalId()
Gets the globally unique identifier for this portal -
Uses of GlobalPortalId in org.sgrewritten.stargate.database
Modifier and TypeMethodDescriptionvoid
SQLQueryExecutor.executeAddFlagRelation
(StorageType type, GlobalPortalId globalPortalId, Set<StargateFlag> flags) Executes the query for adding a new flag to a portalvoid
SQLDatabase.updatePortalName
(String newName, GlobalPortalId globalPortalId, StorageType portalType) -
Uses of GlobalPortalId in org.sgrewritten.stargate.network.portal
Modifier and TypeMethodDescriptionstatic GlobalPortalId
GlobalPortalId.getFromPortal
(Portal portal) Gets a global portal id from the given portalStargatePortal.getGlobalId()
VirtualPortal.getGlobalId()