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

Method worldList

launcher/minecraft/MinecraftInstance.cpp:1157–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157std::shared_ptr<WorldList> MinecraftInstance::worldList() const
1158{
1159 if (!m_world_list)
1160 {
1161 m_world_list.reset(new WorldList(worldDir()));
1162 }
1163 return m_world_list;
1164}
1165
1166std::shared_ptr<GameOptions> MinecraftInstance::gameOptionsModel() const
1167{

Callers 1

getPagesFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected