Uses of Class
org.sgrewritten.stargate.exception.name.NameConflictException
Packages that use NameConflictException
Package
Description
-
Uses of NameConflictException in org.sgrewritten.stargate.api.network
Methods in org.sgrewritten.stargate.api.network that throw NameConflictExceptionModifier and TypeMethodDescriptionvoidAdds 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 registryvoidvoidNetworkManager.savePortal(RealPortal portal, Network network) Add portal to network and save to storage -
Uses of NameConflictException in org.sgrewritten.stargate.api.network.portal
Methods in org.sgrewritten.stargate.api.network.portal that throw NameConflictExceptionModifier and TypeMethodDescriptionvoidPortal.setNetwork(Network targetNetwork) Changes the network this portal belongs to -
Uses of NameConflictException in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that throw NameConflictExceptionModifier and TypeMethodDescriptionvoidStargateNetworkManager.createNetwork(String targetNetwork, Set<PortalFlag> flags, boolean isForced) StargateNetworkManager.createNetwork(String name, NetworkType type, StorageType storageType, boolean isForced) voidvoidStargateNetworkManager.savePortal(RealPortal portal, Network network) -
Uses of NameConflictException in org.sgrewritten.stargate.network.portal
Methods in org.sgrewritten.stargate.network.portal that throw NameConflictException