MCPcopy Create free account
hub / github.com/PolyMarsDev/Sokobot / debug

Method debug

src/main/java/me/polymarsdev/sokobot/Bot.java:146–151  ·  view source on GitHub ↗
(String log)

Source from the content-addressed store, hash-verified

144
145 // Print a message when debug is on
146 public static void debug(String log) {
147 if (debug) {
148 updateDebugInfo();
149 System.out.println("[DEBUG " + debugInfo + "] " + log);
150 }
151 }
152
153 public static ShardManager getShardManager() {
154 return shardManager;

Callers 6

processCommandMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95

Calls 1

updateDebugInfoMethod · 0.95

Tested by

no test coverage detected