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

Method Menu_Keys_f

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

Source from the content-addressed store, hash-verified

1178 }
1179
1180 private static void Menu_Keys_f() {
1181 Keys_MenuInit();
1182 PushMenu((List<String> args) -> Keys_MenuDraw_f(), new keyfunc_t() {
1183 public String execute(int key) {
1184 return Keys_MenuKey_f(key);
1185 }
1186 });
1187 }
1188
1189 /*
1190 * =======================================================================

Callers 2

CustomizeControlsFuncMethod · 0.95
InitMethod · 0.95

Calls 3

Keys_MenuInitMethod · 0.95
PushMenuMethod · 0.95
Keys_MenuDraw_fMethod · 0.95

Tested by

no test coverage detected