MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getMinecraftAssets

Method getMinecraftAssets

launcher/minecraft/LaunchProfile.cpp:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const
308{
309 if(!m_minecraftAssets)
310 {
311 return std::make_shared<MojangAssetIndexInfo>("legacy");
312 }
313 return m_minecraftAssets;
314}
315
316QString LaunchProfile::getMinecraftArguments() const
317{

Callers 4

processMinecraftArgsMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80
assetIndexFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected