aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/entity_ref
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-03-23cleanup and slightly speed up is_block_state_standablemat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2026-01-06add a few more convenience functions and update some docsmat
2026-01-05pathfinder fixes and api improvementsmat
don't pathfind on magma, fix mining blocks while swimming, fix RadiusGoal heuristic, and add Client::physics, is_executing_path, and is_calculating_path
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