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

Method launch

libraries/launcher/org/polymc/impl/OneSixLauncher.java:179–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 @Override
180 public void launch() throws Exception {
181 if (traits.contains("legacyLaunch") || traits.contains("alphaLaunch")) {
182 // legacy launch uses the applet wrapper
183 legacyLaunch();
184 } else {
185 // normal launch just calls main()
186 launchWithMainClass();
187 }
188 }
189
190}

Callers

nothing calls this directly

Calls 3

legacyLaunchMethod · 0.95
launchWithMainClassMethod · 0.95
containsMethod · 0.45

Tested by

no test coverage detected