From eeaf1435e81d9cbd8daa0efa22029c1f259a64b5 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:15:56 -0500 Subject: 26.1 (#316) * start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog --- azalea-protocol/src/packets/game/s_attack.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 azalea-protocol/src/packets/game/s_attack.rs (limited to 'azalea-protocol/src/packets/game/s_attack.rs') diff --git a/azalea-protocol/src/packets/game/s_attack.rs b/azalea-protocol/src/packets/game/s_attack.rs new file mode 100644 index 00000000..0edc2395 --- /dev/null +++ b/azalea-protocol/src/packets/game/s_attack.rs @@ -0,0 +1,8 @@ +use azalea_buf::AzBuf; +use azalea_core::entity_id::MinecraftEntityId; +use azalea_protocol_macros::ServerboundGamePacket; + +#[derive(Clone, Debug, AzBuf, PartialEq, ServerboundGamePacket)] +pub struct ServerboundAttack { + pub entity_id: MinecraftEntityId, +} -- cgit v1.2.3