Uses of Class
org.sgrewritten.stargate.exception.name.NameLengthException
Packages that use NameLengthException
Package
Description
-
Uses of NameLengthException in org.sgrewritten.stargate.api.database
Methods in org.sgrewritten.stargate.api.database that throw NameLengthExceptionModifier and TypeMethodDescriptionStorageAPI.createNetwork
(String networkName, NetworkType type, StorageType storageType) Creates a new network unassigned to a registry -
Uses of NameLengthException in org.sgrewritten.stargate.api.network
Methods in org.sgrewritten.stargate.api.network that throw NameLengthExceptionModifier 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 NameLengthException in org.sgrewritten.stargate.database
Methods in org.sgrewritten.stargate.database that throw NameLengthExceptionModifier and TypeMethodDescriptionSQLDatabase.createNetwork
(String networkName, NetworkType type, StorageType storageType) -
Uses of NameLengthException in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that throw NameLengthExceptionModifier 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
Constructors in org.sgrewritten.stargate.network that throw NameLengthExceptionModifierConstructorDescriptionStargateNetwork
(String name, Set<PortalFlag> flags, StorageType storageType) Instantiates a new networkStargateNetwork
(String name, NetworkType type, StorageType storageType) -
Uses of NameLengthException in org.sgrewritten.stargate.network.portal
Constructors in org.sgrewritten.stargate.network.portal that throw NameLengthExceptionModifierConstructorDescriptionStargatePortal
(Network network, String name, Set<PortalFlag> flags, GateAPI gate, UUID ownerUUID, LanguageManager languageManager, StargateEconomyAPI economyManager, @Nullable String metaData) Instantiates a new abstract portal