| 400 | } |
| 401 | |
| 402 | QStringList 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 | |
| 410 | QString MinecraftInstance::getMainClass() const |
| 411 | { |
no test coverage detected