MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setRepositoryURL

Method setRepositoryURL

launcher/minecraft/Library.h:132–135  ·  view source on GitHub ↗

Set the url base for downloads

Source from the content-addressed store, hash-verified

130
131 /// Set the url base for downloads
132 void setRepositoryURL(const QString &base_url)
133 {
134 m_repositoryURL = base_url;
135 }
136
137 void getApplicableFiles(const RuntimeContext & runtimeContext, QStringList & jar, QStringList & native,
138 QStringList & native32, QStringList & native64, const QString & overridePath) const;

Callers 4

test_legacy_urlMethod · 0.80
test_legacy_nativeMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_legacy_urlMethod · 0.64
test_legacy_nativeMethod · 0.64