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

Method drawString

fullgame/src/test/java/jake2/fullgame/TestMap.java:447–453  ·  view source on GitHub ↗
(int x, int y, String text)

Source from the content-addressed store, hash-verified

445 }
446
447 private void drawString(int x, int y, String text)
448 {
449 for (int i = 0; i < text.length(); i++)
450 {
451 re.DrawChar(x + 8 * i, y, (int) text.charAt(i));
452 }
453 }
454
455 private final int time()
456 {

Callers 1

updateScreenMethod · 0.95

Calls 1

DrawCharMethod · 0.65

Tested by

no test coverage detected