aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/entity_ref/shared_impls.rs
AgeCommit message (Collapse)Author
2025-12-29fix EntityRef::is_alive being able to panic, and add EntityRef::existsmat
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