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

Method javalist

launcher/Application.cpp:1132–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130}
1131
1132std::shared_ptr<JavaInstallList> Application::javalist()
1133{
1134 if (!m_javalist)
1135 {
1136 m_javalist.reset(new JavaInstallList());
1137 }
1138 return m_javalist;
1139}
1140
1141std::vector<ITheme *> Application::getValidApplicationThemes()
1142{

Callers 3

initializeMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected