aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/interact.rs
AgeCommit message (Collapse)Author
2025-06-16implement EntityHitResultmat
2025-06-14add note about current_thread to azalea readmemat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-02fix wrong sequence number being sentmat
2025-06-02fix issues related to pathfinder miningmat
2025-05-23doc fixesmat
2025-05-09fix offline-mode cert warnings and improve some docsmat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-05-06fix various issues with miningmat
2025-04-25update to bevy 0.16mat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-04-05send attack packets at the end of the tickmat
2025-04-04don't require mut for functions in Client and add some more convenience ↵mat
functions
2025-03-19make SendPacketEvent a bevy triggermat
2025-02-22Refactor azalea-client (#205)mat
* start organizing packet_handling more by moving packet handlers into their own functions * finish writing all the handler functions for packets * use macro for generating match statement for packet handler functions * fix set_entity_data * update config state to also use handler functions * organize az-client file structure by moving things into plugins directory * fix merge issues