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

Method Options_MenuKey

client/src/main/java/jake2/client/Menu.java:1607–1609  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

1605 }
1606
1607 private static String Options_MenuKey(int key) {
1608 return Default_MenuKey(s_options_menu, key);
1609 }
1610
1611 private static void Menu_Options_f() {
1612 Options_MenuInit();

Callers 1

executeMethod · 0.95

Calls 1

Default_MenuKeyMethod · 0.95

Tested by

no test coverage detected