Skip to content

Commit 188db17

Browse files
authored
Update bot.clickWindow documentation (#3574)
* update api.md * update api.md * update api.md * update api.md * update api.md * final
1 parent 9937be9 commit 188db17

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/api.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,19 @@ These are lower level methods for the inventory, they can be useful sometimes bu
21222122

21232123
This function returns a `Promise`, with `void` as its argument upon completion.
21242124

2125-
The only valid mode option at the moment is 0. Shift clicking or mouse dragging is not implemented.
2125+
mode support:
2126+
- stable:
2127+
- mouse clicks (0)
2128+
2129+
- experimental:
2130+
- shift clicks (1)
2131+
- number clicks (2)
2132+
- middle clicks (3)
2133+
- drop clicks (4)
2134+
2135+
- unimplemented:
2136+
- drag clicks (5)
2137+
- double clicks (6)
21262138

21272139
Click on the current window. See details at https://wiki.vg/Protocol#Click_Container
21282140

0 commit comments

Comments
 (0)