Uses of Class
org.sgrewritten.stargate.exception.UnimplementedFlagException
Packages that use UnimplementedFlagException
Package
Description
-
Uses of UnimplementedFlagException in org.sgrewritten.stargate.api.database
Methods in org.sgrewritten.stargate.api.database that throw UnimplementedFlagExceptionModifier 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
Methods in org.sgrewritten.stargate.api.network that throw UnimplementedFlagExceptionModifier 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 registryvoidRename the network to specified name, saves to storagevoidNetworkRegistry.renameNetwork(String newId, String oldId) UseNetworkManagerinstead.voidRegistryAPI.renameNetwork(String newId, String oldId, StorageType storageType) UseNetworkManagerinstead.voidChange the name of the network -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.database
Methods in org.sgrewritten.stargate.database that throw UnimplementedFlagExceptionModifier and TypeMethodDescriptionSQLDatabase.createNetwork(String networkName, NetworkType type, StorageType storageType) -
Uses of UnimplementedFlagException in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that throw UnimplementedFlagExceptionModifier and TypeMethodDescriptionStargateNetworkManager.createNetwork(String targetNetwork, Set<PortalFlag> flags, boolean isForced) StargateNetworkManager.createNetwork(String name, NetworkType type, StorageType storageType, boolean isForced) voidvoidStargateNetworkRegistry.renameNetwork(String newId, String oldId) voidStargateRegistry.renameNetwork(String newId, String oldId, StorageType storageType) voidConstructors in org.sgrewritten.stargate.network that throw UnimplementedFlagExceptionModifierConstructorDescriptionStargateNetwork(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
Methods in org.sgrewritten.stargate.util that throw UnimplementedFlagExceptionModifier and TypeMethodDescriptionstatic @Nullable NetworkBungeeHelper.getLegacyBungeeNetwork(RegistryAPI registry, NetworkManager networkManager, String bungeeNetwork) Gets the legacy bungee network