| 346 | } |
| 347 | |
| 348 | QString MinecraftInstance::getMainClass() const |
| 349 | { |
| 350 | auto profile = m_components->getProfile(); |
| 351 | return profile->getMainClass(); |
| 352 | } |
| 353 | |
| 354 | QStringList MinecraftInstance::getNativeJars() |
| 355 | { |
nothing calls this directly
no test coverage detected