aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl/attack.rs
AgeCommit message (Collapse)Author
10 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ↵mat
instead
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