aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/entity_ref/mod.rs
AgeCommit message (Collapse)Author
9 dayscorrect shapes for blocks with random offsetsmat
9 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ↵mat
instead
2026-01-13Rename Instance to World (#304)mat
2026-01-06add a few more convenience functions and update some docsmat
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