aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/testbot/commands/movement.rs
AgeCommit message (Collapse)Author
10 daysazalea-brigadier now allows commands to return a Resultmat
2026-03-28instant path updates for simple paths, and add follow command to testbotmat
2026-01-16pathfinder tweaks, and add a way to enable baritone compat for debuggingmat
2026-01-16minor pathfinder optimizations and api+doc improvementsmat
2026-01-05pathfinder swimmingmat
2025-12-28Implement `EntityRef` (#299)mat
* start implementing EntityRef struct * use EntityRef and impl more functions for it * fix doctests * typo * slightly reword some docs * update changelog
2025-12-28Change Client::component to return a reference (#298)mat
* change Client::component to return a reference * write docs * merge main * remove unused parking_lot feature
2025-08-14Sneaking (#237)mat
* start implementing sneaking * fix horizontal_collision being inverted and cleanup * clippy * change dimensions and eye height based on pose * proper support for automatically crouching in certain cases * fix anticheat issues * add line to changelog and update a comment
2025-08-09clippymat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-04-15make goto async and clean up some examplesmat
2025-04-04fix ordering for handle_attack_queuedmat
2025-04-04don't require mut for functions in Client and add some more convenience ↵mat
functions
2025-02-22update to rust edition 2024mat
2024-12-28better pathfinder debug messagesmat
2024-10-26group imports with rustfmtmat
2024-01-07rewrite testbot to use brigadiermat