MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getMainClass

Method getMainClass

launcher/minecraft/MinecraftInstance.cpp:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348QString MinecraftInstance::getMainClass() const
349{
350 auto profile = m_components->getProfile();
351 return profile->getMainClass();
352}
353
354QStringList MinecraftInstance::getNativeJars()
355{

Callers

nothing calls this directly

Calls 1

getProfileMethod · 0.80

Tested by

no test coverage detected