MCPcopy Create free account
hub / github.com/MultiMC/Launcher / applyMainClass

Method applyMainClass

launcher/minecraft/LaunchProfile.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void LaunchProfile::applyMainClass(const QString& mainClass)
39{
40 applyString(mainClass, this->m_mainClass);
41}
42
43void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
44{

Callers 1

applyToMethod · 0.80

Calls 1

applyStringFunction · 0.85

Tested by

no test coverage detected