Skip to content

Commit

Permalink
Added type on move event (PrismarineJS#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb authored Aug 7, 2022
1 parent 90f6d51 commit 3358e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface BotEvents {
blockBreakProgressEnd: (block: Block) => Promise<void> | void
diggingCompleted: (block: Block) => Promise<void> | void
diggingAborted: (block: Block) => Promise<void> | void
move: () => Promise<void> | void
move: (position: Vec3) => Promise<void> | void
forcedMove: () => Promise<void> | void
mount: () => Promise<void> | void
dismount: (vehicle: Entity) => Promise<void> | void
Expand Down

0 comments on commit 3358e4b

Please sign in to comment.