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 2e02cee commit 7016c19Copy full SHA for 7016c19
1 file changed
index.d.ts
@@ -408,6 +408,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
408
409
waitForChunksToLoad: () => Promise<void>
410
411
+ entityAtCursor: (maxDistance?: number) => Entity | null
412
nearestEntity: (filter?: (entity: Entity) => boolean) => Entity | null
413
414
waitForTicks: (ticks: number) => Promise<void>
0 commit comments