MCPcopy 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
95void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
96{
97 if(assets)
98 {
99 m_minecraftAssets = assets;
100 }
101}
102
103void LaunchProfile::applyTraits(const QSet<QString>& traits)
104{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected