aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl/mining.rs
AgeCommit message (Collapse)Author
2026-01-06add a few more convenience functions and update some docsmat
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-27Move Client struct to azalea crate (#297)mat
* move the Client struct out of azalea-client into azalea * actually add client impls in azalea