MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / run

Method run

src/main/java/net/minecraft/client/main/Main.java:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 Runtime.getRuntime().addShutdownHook(new Thread("Client Shutdown Thread")
104 {
105 public void run()
106 {
107 Minecraft.stopIntegratedServer();
108 }
109 });
110 Thread.currentThread().setName("Client thread");
111 (new Minecraft(gameconfiguration)).run();

Callers 2

mainMethod · 0.45
buildMethod · 0.45

Calls 1

stopIntegratedServerMethod · 0.95

Tested by

no test coverage detected