MCPcopy Create free account
hub / github.com/demoth/jake2 / Menu_Main_f

Method Menu_Main_f

client/src/main/java/jake2/client/Menu.java:537–543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535 }
536
537 static void Menu_Main_f() {
538 PushMenu((List<String> args) -> Main_Draw(), new keyfunc_t() {
539 public String execute(int key) {
540 return Main_Key(key);
541 }
542 });
543 }
544
545 /*
546 * =======================================================================

Callers 2

InitMethod · 0.95
EventMethod · 0.95

Calls 2

PushMenuMethod · 0.95
Main_DrawMethod · 0.95

Tested by

no test coverage detected