MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / applyMinecraftAssets

Method applyMinecraftAssets

launcher/minecraft/LaunchProfile.cpp:95–100  ·  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 m_minecraftAssets = assets;
99 }
100}
101
102void LaunchProfile::applyTraits(const QSet<QString>& traits)
103{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected