aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/hit_result.rs
AgeCommit message (Collapse)Author
2025-12-15write/update docs for several itemsmat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-10-13add Client::entity_interact and EntityInteractEvent for conveniencemat
2025-08-10Send correct data component checksums (#234)mat
* start implementing data component crc32 hashes * start doing serde impls for checksums * make more components hashable * make all data components serializable * support recursive components * fix simdnbt dep * update changelog * clippy
2025-06-16cleanupmat
2025-06-16implement EntityHitResultmat
2025-05-09fix offline-mode cert warnings and improve some docsmat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat