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

Method nilModList

launcher/minecraft/MinecraftInstance.cpp:1195–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195std::shared_ptr<ModFolderModel> MinecraftInstance::nilModList()
1196{
1197 if (!m_nil_mod_list) {
1198 bool is_indexed = !APPLICATION->settings()->get("ModMetadataDisabled").toBool();
1199 m_nil_mod_list.reset(new ModFolderModel(nilModsDir(), this, is_indexed, false));
1200 }
1201 return m_nil_mod_list;
1202}
1203
1204std::shared_ptr<ResourcePackFolderModel> MinecraftInstance::resourcePackList()
1205{

Callers 2

getPagesFunction · 0.80
executeTaskMethod · 0.80

Calls 3

getMethod · 0.45
settingsMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected