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

Method DMOptions_MenuDraw

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

Source from the content-addressed store, hash-verified

3252 }
3253
3254 private static void DMOptions_MenuDraw() {
3255 Menu_Draw(s_dmoptions_menu);
3256 }
3257
3258 private static String DMOptions_MenuKey(int key) {
3259 return Default_MenuKey(s_dmoptions_menu, key);

Callers 1

Menu_DMOptions_fMethod · 0.95

Calls 1

Menu_DrawMethod · 0.95

Tested by

no test coverage detected