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

Method init

libraries/launcher/net/minecraft/Launcher.java:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 @Override
124 public void init() {
125 if (wrappedApplet != null)
126 wrappedApplet.init();
127 }
128
129 @Override
130 public void start() {

Callers 2

startMethod · 0.45
replaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected