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

Method getMinecraftAssets

launcher/minecraft/LaunchProfile.cpp:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const
296{
297 if (!m_minecraftAssets) {
298 return std::make_shared<MojangAssetIndexInfo>("legacy");
299 }
300 return m_minecraftAssets;
301}
302
303QString LaunchProfile::getMinecraftArguments() const
304{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected