aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/entity_query.rs
AgeCommit message (Expand)Author
2025-12-27Move Client struct to azalea crate (#297)mat
2025-10-12improve ux for entity matching functionsmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-06add try_query_entitymat
2025-10-05add Client::query_entitymat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-18fix DataComponentPatch::getmat
2025-08-12Client::chat now takes Into<String> and doc fixesmat
2025-08-12add nearest_entity_by and improve some docsmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-03sort entities_by by distance and improve some docsmat
2025-06-02fix issues related to pathfinder miningmat
2025-06-01add CustomPathfinderStatemat
2025-06-01add Client::entities_by and improve some docsmat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-03-16Fluid physics fixes (#210)mat
2024-02-17upgrade deps, bevy 0.13mat
2023-11-12improve docs a bitmat
2023-10-06make sure pathfinder is always centered on the destination block (fixes tests)mat
2023-10-06fix QueryDoesNotMatch and improve errormat
2023-08-24Support properly switching instances (#106)mat
2023-07-26fix querying multiple components in entity_bymat
2023-07-14Mining (#95)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-10make blockstate goodUbuntu
2023-02-05improve docsmat
2023-02-04Use an ECS (#52)mat