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

Method ClearNotify

client/src/main/java/jake2/client/Console.java:264–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 }
263
264 static void ClearNotify() {
265 int i;
266 for (i = 0; i < Defines.NUM_CON_TIMES; i++)
267 ClientGlobals.con.times[i] = 0;
268 }
269
270 static void DrawString(int x, int y, String s) {
271 for (int i = 0; i < s.length(); i++) {

Callers 6

ConsoleFuncMethod · 0.95
PrepRefreshMethod · 0.95
CenterPrintMethod · 0.95
EndLoadingPlaqueMethod · 0.95
ConsoleClass · 0.95
CheckResizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected