| 338 | } |
| 339 | |
| 340 | QStringList 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 | |
| 348 | QString MinecraftInstance::getMainClass() const |
| 349 | { |
no test coverage detected