From b21ac946cafaacc9ee2478ea48ed9e72554f79ed Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:51:45 -0600 Subject: Merge AzaleaRead and AzaleaWrite (#305) --- azalea-protocol/src/packets/game/c_set_entity_data.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-protocol/src/packets/game/c_set_entity_data.rs') diff --git a/azalea-protocol/src/packets/game/c_set_entity_data.rs b/azalea-protocol/src/packets/game/c_set_entity_data.rs index d9effc37..1b4b46cd 100644 --- a/azalea-protocol/src/packets/game/c_set_entity_data.rs +++ b/azalea-protocol/src/packets/game/c_set_entity_data.rs @@ -1,7 +1,7 @@ use azalea_buf::AzBuf; +use azalea_core::entity_id::MinecraftEntityId; use azalea_entity::EntityMetadataItems; use azalea_protocol_macros::ClientboundGamePacket; -use azalea_core::entity_id::MinecraftEntityId; #[derive(AzBuf, ClientboundGamePacket, Clone, Debug, PartialEq)] pub struct ClientboundSetEntityData { @@ -14,7 +14,7 @@ pub struct ClientboundSetEntityData { mod tests { use std::io::Cursor; - use azalea_buf::AzaleaRead; + use azalea_buf::AzBuf; use super::*; -- cgit v1.2.3