MCPcopy 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
53void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
54{
55 if(assets)
56 {
57 m_minecraftAssets = assets;
58 }
59}
60
61void LaunchProfile::applyTraits(const QSet<QString>& traits)
62{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected