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

Method shutdown

src/main/java/net/minecraft/client/Minecraft.java:1446–1449  ·  view source on GitHub ↗

Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.

()

Source from the content-addressed store, hash-verified

1444 * Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
1445 */
1446 public void shutdown()
1447 {
1448 this.running = false;
1449 }
1450
1451 /**
1452 * Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen

Callers 5

runGameLoopMethod · 0.95
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected