MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getClassPath

Method getClassPath

launcher/minecraft/MinecraftInstance.cpp:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402QStringList MinecraftInstance::getClassPath()
403{
404 QStringList jars, nativeJars;
405 auto profile = m_components->getProfile();
406 profile->getLibraryFiles(runtimeContext(), jars, nativeJars, getLocalLibraryPath(), binRoot());
407 return jars;
408}
409
410QString MinecraftInstance::getMainClass() const
411{

Callers 1

executeTaskMethod · 0.80

Calls 2

getProfileMethod · 0.80
getLibraryFilesMethod · 0.80

Tested by

no test coverage detected