Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void LaunchProfile::applyMainClass(const QString& mainClass)
76
{
77
applyString(mainClass, this->m_mainClass);
78
}
79
80
void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
81
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected