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

Method Println

qcommon/src/main/java/jake2/qcommon/Com.java:322–325  ·  view source on GitHub ↗
(String fmt)

Source from the content-addressed store, hash-verified

320 }
321
322 public static void Println(String fmt)
323 {
324 Printf(_debugContext + fmt + "\n");
325 }
326
327 @Deprecated
328 public static String sprintf(String fmt, Vargs vargs) {

Callers 10

RunCinematicMethod · 0.95
PlayCinematicMethod · 0.95
FindNextChunkMethod · 0.95
getModeListMethod · 0.95
getLWJGLModeListMethod · 0.95
SendPacketMethod · 0.95
SocketMethod · 0.95
fromStringMethod · 0.95
printvMethod · 0.95

Calls 1

PrintfMethod · 0.95

Tested by

no test coverage detected