Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyMinecraftVersionType
Method
applyMinecraftVersionType
launcher/minecraft/LaunchProfile.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void LaunchProfile::applyMinecraftVersionType(const QString& type)
49
{
50
applyString(type, this->m_minecraftVersionType);
51
}
52
53
void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
54
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected