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

Method Menu_AddressBook_f

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

Source from the content-addressed store, hash-verified

3483 }
3484
3485 private static void Menu_AddressBook_f() {
3486 AddressBook_MenuInit();
3487 PushMenu((List<String> args) -> AddressBook_MenuDraw_f(), new keyfunc_t() {
3488 public String execute(int key) {
3489 return AddressBook_MenuKey_f(key);
3490 }
3491 });
3492 }
3493
3494 /*
3495 * =============================================================================

Callers 2

AddressBookFuncMethod · 0.95
InitMethod · 0.95

Calls 3

AddressBook_MenuInitMethod · 0.95
PushMenuMethod · 0.95

Tested by

no test coverage detected