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

Method getClassPath

launcher/minecraft/MinecraftInstance.cpp:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340QStringList MinecraftInstance::getClassPath()
341{
342 QStringList jars, nativeJars;
343 auto profile = m_components->getProfile();
344 profile->getLibraryFiles(runtimeContext(), jars, nativeJars, getLocalLibraryPath(), binRoot());
345 return jars;
346}
347
348QString MinecraftInstance::getMainClass() const
349{

Callers 2

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 2

getProfileMethod · 0.80
getLibraryFilesMethod · 0.80

Tested by

no test coverage detected