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

Method DrawPic

client/src/main/java/jake2/client/Menu.java:355–358  ·  view source on GitHub ↗
(int x, int y, String pic)

Source from the content-addressed store, hash-verified

353 }
354
355 public static void DrawPic(int x, int y, String pic) {
356 ClientGlobals.re.DrawPic(x + ((ClientGlobals.viddef.getWidth() - 320) >> 1), y
357 + ((ClientGlobals.viddef.getHeight() - 240) >> 1), pic);
358 }
359
360 /*
361 * ============= DrawCursor

Callers

nothing calls this directly

Calls 3

getWidthMethod · 0.80
getHeightMethod · 0.80
DrawPicMethod · 0.65

Tested by

no test coverage detected