Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyMinecraftVersion
Method
applyMinecraftVersion
launcher/minecraft/LaunchProfile.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void LaunchProfile::applyMinecraftVersion(const QString& id)
29
{
30
applyString(id, this->m_minecraftVersion);
31
}
32
33
void LaunchProfile::applyAppletClass(const QString& appletClass)
34
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected