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

Method applyMainClass

launcher/minecraft/LaunchProfile.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void LaunchProfile::applyMainClass(const QString& mainClass)
76{
77 applyString(mainClass, this->m_mainClass);
78}
79
80void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
81{

Callers 1

applyToMethod · 0.80

Calls 1

applyStringFunction · 0.85

Tested by

no test coverage detected