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

Method getNativeJars

launcher/minecraft/MinecraftInstance.cpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354QStringList MinecraftInstance::getNativeJars()
355{
356 QStringList jars, nativeJars;
357 auto profile = m_components->getProfile();
358 profile->getLibraryFiles(runtimeContext(), jars, nativeJars, getLocalLibraryPath(), binRoot());
359 return nativeJars;
360}
361
362QStringList MinecraftInstance::extraArguments()
363{

Callers 1

executeTaskMethod · 0.80

Calls 2

getProfileMethod · 0.80
getLibraryFilesMethod · 0.80

Tested by

no test coverage detected