| 167 | } |
| 168 | |
| 169 | export interface CommandBlockOptions { |
| 170 | mode: number, |
| 171 | trackOutput: boolean, |
| 172 | conditional: boolean, |
| 173 | alwaysActive: boolean |
| 174 | } |
| 175 | |
| 176 | export interface Bot extends TypedEmitter<BotEvents> { |
| 177 | username: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…