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

Method Launcher

libraries/launcher/net/minecraft/Launcher.java:41–43  ·  view source on GitHub ↗
(Applet applet)

Source from the content-addressed store, hash-verified

39 private boolean active = false;
40
41 public Launcher(Applet applet) {
42 this(applet, null);
43 }
44
45 public Launcher(Applet applet, URL documentBase) {
46 this.setLayout(new BorderLayout());

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected