| 408 | } |
| 409 | |
| 410 | QString MinecraftInstance::getMainClass() const |
| 411 | { |
| 412 | auto profile = m_components->getProfile(); |
| 413 | return profile->getMainClass(); |
| 414 | } |
| 415 | |
| 416 | QStringList MinecraftInstance::getNativeJars() |
| 417 | { |
nothing calls this directly
no test coverage detected