aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/testbot/killaura.rs
AgeCommit message (Collapse)Author
10 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ↵mat
instead
2026-03-20optimize pathfinder swarms and write perf guidemat
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-28add a few more functions for getting common components to Clientmat
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-06-171.21.6 (#215)mat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-05-07upgrade rust version and fix clippy warningsmat
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-01-07rewrite testbot to use brigadiermat