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

Method Menu_DownloadOptions_f

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

Source from the content-addressed store, hash-verified

3411 }
3412
3413 private static void Menu_DownloadOptions_f() {
3414 DownloadOptions_MenuInit();
3415 PushMenu((List<String> args) -> DownloadOptions_MenuDraw(), new keyfunc_t() {
3416 public String execute(int key) {
3417 return DownloadOptions_MenuKey(key);
3418 }
3419 });
3420 }
3421
3422 /*
3423 * =============================================================================

Callers 2

DownloadOptionsFuncMethod · 0.95
InitMethod · 0.95

Calls 3

PushMenuMethod · 0.95

Tested by

no test coverage detected