Uses of Class
org.sgrewritten.stargate.exception.UnimplementedFlagException
Package
Description
-
Uses of UnimplementedFlagException in org.sgrewritten.stargate.api.database
Modifier and TypeMethodDescriptionStorageAPI.createNetwork
(String networkName, NetworkType type, StorageType storageType) Creates a new network unassigned to a registry -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionNetworkManager.createNetwork
(String targetNetwork, Set<PortalFlag> flags, boolean isForced) Creates a new network assigned to this registryNetworkManager.createNetwork
(String name, NetworkType type, StorageType storageType, boolean isForced) Creates a new network assigned to this registryvoid
Rename the network to specified name, saves to storagevoid
NetworkRegistry.renameNetwork
(String newId, String oldId) UseNetworkManager
instead.void
RegistryAPI.renameNetwork
(String newId, String oldId, StorageType storageType) UseNetworkManager
instead.void
Change the name of the network -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.database
Modifier and TypeMethodDescriptionSQLDatabase.createNetwork
(String networkName, NetworkType type, StorageType storageType) -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.network
Modifier and TypeMethodDescriptionStargateNetworkManager.createNetwork
(String targetNetwork, Set<PortalFlag> flags, boolean isForced) StargateNetworkManager.createNetwork
(String name, NetworkType type, StorageType storageType, boolean isForced) void
void
StargateNetworkRegistry.renameNetwork
(String newId, String oldId) void
StargateRegistry.renameNetwork
(String newId, String oldId, StorageType storageType) void
ModifierConstructorDescriptionStargateNetwork
(String name, Set<PortalFlag> flags, StorageType storageType) Instantiates a new networkStargateNetwork
(String name, NetworkType type, StorageType storageType) -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.util
Modifier and TypeMethodDescriptionstatic @Nullable Network
BungeeHelper.getLegacyBungeeNetwork
(RegistryAPI registry, NetworkManager networkManager, String bungeeNetwork) Gets the legacy bungee network