MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / closeGame

Method closeGame

src/main/java/exitcode/Main.java:270–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 public static void closeGame() {
271 Main.preExitTasks();
272 Main.main_primaryStage.close();
273 }
274
275 public static void preExitTasks() {
276 if (Desktop.isOpen) {

Callers 1

mainMenuMethod · 0.95

Calls 1

preExitTasksMethod · 0.95

Tested by

no test coverage detected