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 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 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) voidvoidStargateNetworkRegistry.renameNetwork(String newId, String oldId) voidStargateRegistry.renameNetwork(String newId, String oldId, StorageType storageType) voidConstructors 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