(window, clicks)
| 168 | } |
| 169 | |
| 170 | async function testMouseClick (window, clicks) { |
| 171 | let iterations = 0 |
| 172 | while (iterations++ < clicks) { |
| 173 | await bot.clickWindow(~~(Math.random() * window.inventoryStart), 0, 0) |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | function clearLargeChest () { |
| 178 | bot.chat(`/setblock ${largeChestLocations[0].x} ${largeChestLocations[0].y} ${largeChestLocations[0].z} chest`) |
no outgoing calls
no test coverage detected
searching dependent graphs…