Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
()
| 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 |
no outgoing calls
no test coverage detected