aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/attack.rs
AgeCommit message (Expand)Author
2026-03-2426.1 (#316)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-16fix packet order for attacking and sprintingmat
2025-12-15sort derives with cargo sort-derivesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-14Sneaking (#237)mat
2025-06-26start adding packet_order testmat
2025-06-17take Entity instead of MinecraftEntityId in Client::attackmat
2025-06-11add Client::attack_cooldown_remaining_ticksmat
2025-05-07doc warningsmat
2025-04-25update to bevy 0.16mat
2025-04-04fix ordering for handle_attack_queuedmat
2025-04-05send attack packets at the end of the tickmat
2025-04-04rename ChatPacket::username and uuid to sender and sender_uuidmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-02-22Refactor azalea-client (#205)mat