MCPcopy Create free account
hub / github.com/MultiMC/Launcher / jarModList

Method jarModList

launcher/minecraft/legacy/LegacyInstance.cpp:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98std::shared_ptr<LegacyModList> LegacyInstance::jarModList() const
99{
100 if (!jar_mod_list)
101 {
102 auto list = new LegacyModList(jarModsDir(), modListFile());
103 jar_mod_list.reset(list);
104 }
105 jar_mod_list->update();
106 return jar_mod_list;
107}
108
109QString LegacyInstance::gameRoot() const
110{

Callers 1

copyFinishedMethod · 0.80

Calls 2

resetMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected