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

Method Game_MenuKey

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

Source from the content-addressed store, hash-verified

2052 }
2053
2054 private static String Game_MenuKey(int key) {
2055 return Default_MenuKey(s_game_menu, key);
2056 }
2057
2058 private static void Menu_Game_f() {
2059 Game_MenuInit();

Callers 1

executeMethod · 0.95

Calls 1

Default_MenuKeyMethod · 0.95

Tested by

no test coverage detected