MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getMainClass

Method getMainClass

launcher/minecraft/MinecraftInstance.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410QString MinecraftInstance::getMainClass() const
411{
412 auto profile = m_components->getProfile();
413 return profile->getMainClass();
414}
415
416QStringList MinecraftInstance::getNativeJars()
417{

Callers

nothing calls this directly

Calls 1

getProfileMethod · 0.80

Tested by

no test coverage detected