MCPcopy
hub / github.com/PrismarineJS/mineflayer / CommandBlockOptions

Interface CommandBlockOptions

index.d.ts:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169export interface CommandBlockOptions {
170 mode: number,
171 trackOutput: boolean,
172 conditional: boolean,
173 alwaysActive: boolean
174}
175
176export interface Bot extends TypedEmitter<BotEvents> {
177 username: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…