(reAdd: boolean = false)
| 391 | } |
| 392 | |
| 393 | public updateStatusBar(reAdd: boolean = false): void{ |
| 394 | if(reAdd) this.statusBar.deleteAndReAddEverything(); |
| 395 | this.statusBar.updateAll(); |
| 396 | this.statusBarLocation.render(this.statusBar.getRenderArea()); |
| 397 | } |
| 398 | |
| 399 | // "go to" methods |
| 400 | public goToCandyBox(): void{ |
no test coverage detected