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

Method Menu_DrawString

client/src/main/java/jake2/client/Menu.java:4507–4513  ·  view source on GitHub ↗
(int x, int y, String string)

Source from the content-addressed store, hash-verified

4505 }
4506
4507 private static void Menu_DrawString(int x, int y, String string) {
4508 int i;
4509
4510 for (i = 0; i < string.length(); i++) {
4511 ClientGlobals.re.DrawChar((x + i * 8), y, string.charAt(i));
4512 }
4513 }
4514
4515 private static void Menu_DrawStringDark(int x, int y, String string) {
4516 int i;

Callers 5

DrawKeyBindingFuncMethod · 0.95
Action_DrawMethod · 0.95
Field_DrawMethod · 0.95
Menu_DrawStatusBarMethod · 0.95
SpinControl_DrawMethod · 0.95

Calls 1

DrawCharMethod · 0.65

Tested by

no test coverage detected