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

Method Options_MenuDraw

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

Source from the content-addressed store, hash-verified

1599 }
1600
1601 private static void Options_MenuDraw() {
1602 Banner("m_banner_options");
1603 Menu_AdjustCursor(s_options_menu, 1);
1604 Menu_Draw(s_options_menu);
1605 }
1606
1607 private static String Options_MenuKey(int key) {
1608 return Default_MenuKey(s_options_menu, key);

Callers 1

Menu_Options_fMethod · 0.95

Calls 3

BannerMethod · 0.95
Menu_AdjustCursorMethod · 0.95
Menu_DrawMethod · 0.95

Tested by

no test coverage detected