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

Method debug

src/minecraft/reader/RegionFile.java:174–176  ·  view source on GitHub ↗
(String mode, int x, int z, String in)

Source from the content-addressed store, hash-verified

172 }
173
174 private void debug(String mode, int x, int z, String in) {
175 Loggger.log("region " + mode + " " + this.fileName.getName() + "[" + x + "," + z + "] = " + in, 1);
176 }
177
178 private void debug(String mode, int x, int z, int count, String in) {
179 Loggger.log("region " + mode + " " + this.fileName.getName() + "[" + x + "," + z + "] " + count + "B = " + in, 1);

Callers 2

writeMethod · 0.95

Calls 2

logMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected