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

Method Menu_DMOptions_f

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

Source from the content-addressed store, hash-verified

3260 }
3261
3262 private static void Menu_DMOptions_f() {
3263 DMOptions_MenuInit();
3264 PushMenu((List<String> args) -> DMOptions_MenuDraw(), new keyfunc_t() {
3265 public String execute(int key) {
3266 return DMOptions_MenuKey(key);
3267 }
3268 });
3269 }
3270
3271 /*
3272 * =============================================================================

Callers 2

DMOptionsFuncMethod · 0.95
InitMethod · 0.95

Calls 3

DMOptions_MenuInitMethod · 0.95
PushMenuMethod · 0.95
DMOptions_MenuDrawMethod · 0.95

Tested by

no test coverage detected