Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void LaunchProfile::applyMainClass(const QString& mainClass)
39
{
40
applyString(mainClass, this->m_mainClass);
41
}
42
43
void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
44
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected