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

Method Menu_Options_f

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

Source from the content-addressed store, hash-verified

1609 }
1610
1611 private static void Menu_Options_f() {
1612 Options_MenuInit();
1613 PushMenu((List<String> args) -> Options_MenuDraw(), new keyfunc_t() {
1614 public String execute(int key) {
1615 return Options_MenuKey(key);
1616 }
1617 });
1618 }
1619
1620 /*
1621 * =======================================================================

Callers 2

Main_KeyMethod · 0.95
InitMethod · 0.95

Calls 3

Options_MenuInitMethod · 0.95
PushMenuMethod · 0.95
Options_MenuDrawMethod · 0.95

Tested by

no test coverage detected