We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010460e commit d4db399Copy full SHA for d4db399
1 file changed
index.d.ts
@@ -8,6 +8,7 @@ import { Recipe } from 'prismarine-recipe'
8
import { Block } from 'prismarine-block'
9
import { Entity } from 'prismarine-entity'
10
import { ChatMessage } from 'prismarine-chat'
11
+import { world } from 'prismarine-world'
12
import { Registry } from 'prismarine-registry'
13
14
export function createBot (options: { client: Client } & Partial<BotOptions>): Bot
@@ -192,7 +193,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
192
193
teamMap: { [name: string]: Team }
194
controlState: ControlStateStatus
195
creative: creativeMethods
- world: any
196
+ world: world.World
197
_client: Client
198
heldItem: Item | null
199
usingHeldItem: boolean
0 commit comments