Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ applyMinecraftAssets
Method
applyMinecraftAssets
launcher/minecraft/LaunchProfile.cpp:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
96
{
97
if(assets)
98
{
99
m_minecraftAssets = assets;
100
}
101
}
102
103
void LaunchProfile::applyTraits(const QSet<QString>& traits)
104
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected