Returns the value of this.debug @return true if console is in debug mode, false if otherwise. @author Allison Smith (Cyanite)
()
| 77 | * @author Allison Smith (Cyanite) |
| 78 | */ |
| 79 | public boolean isDebug() { |
| 80 | return this.debug; |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Adds a new command to the Map of globalCommands. |
no outgoing calls
no test coverage detected