Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyMinecraftAssets
Method
applyMinecraftAssets
launcher/minecraft/LaunchProfile.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
54
{
55
if(assets)
56
{
57
m_minecraftAssets = assets;
58
}
59
}
60
61
void LaunchProfile::applyTraits(const QSet<QString>& traits)
62
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected