aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl/movement.rs
AgeCommit message (Collapse)Author
10 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ↵mat
instead
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-02-04fix typo in docs for sprintmat
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-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat
* move the Client struct out of azalea-client into azalea * actually add client impls in azalea