MCPcopy Create free account
hub / github.com/Garten/sourcecraft / error

Method error

src/basic/Loggger.java:29–31  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

27 }
28
29 public static void error(String message) {
30 print(message, 0);
31 }
32
33 public static void maybeLog(String message) {
34 if (Math.random() < 0.1f) {

Callers 2

convertMapMethod · 0.95
getMinecraftMapMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected