Uses of Class
org.sgrewritten.stargate.exception.name.NameConflictException
Package
Description
-
Uses of NameConflictException in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionvoid
Adds the given portal to this networkNetworkManager.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
void
NetworkManager.savePortal
(RealPortal portal, Network network) Add portal to network and save to storage -
Uses of NameConflictException in org.sgrewritten.stargate.api.network.portal
Modifier and TypeMethodDescriptionvoid
Portal.setNetwork
(Network targetNetwork) Changes the network this portal belongs to -
Uses of NameConflictException in org.sgrewritten.stargate.network
Modifier and TypeMethodDescriptionvoid
StargateNetworkManager.createNetwork
(String targetNetwork, Set<PortalFlag> flags, boolean isForced) StargateNetworkManager.createNetwork
(String name, NetworkType type, StorageType storageType, boolean isForced) void
void
StargateNetworkManager.savePortal
(RealPortal portal, Network network) -
Uses of NameConflictException in org.sgrewritten.stargate.network.portal