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

Method PrintWhite

client/src/main/java/jake2/client/Menu.java:347–353  ·  view source on GitHub ↗
(int cx, int cy, String str)

Source from the content-addressed store, hash-verified

345 }
346
347 public static void PrintWhite(int cx, int cy, String str) {
348 for (int n = 0; n < str.length(); n++) {
349 DrawCharacter(cx, cy, str.charAt(n));
350 //str++;
351 cx += 8;
352 }
353 }
354
355 public static void DrawPic(int x, int y, String pic) {
356 ClientGlobals.re.DrawPic(x + ((ClientGlobals.viddef.getWidth() - 320) >> 1), y

Callers

nothing calls this directly

Calls 1

DrawCharacterMethod · 0.95

Tested by

no test coverage detected