use azalea_buf::AzBuf; use azalea_core::entity_id::MinecraftEntityId; use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, AzBuf, PartialEq, ServerboundGamePacket)] pub struct ServerboundSpectateEntity { pub entity_id: MinecraftEntityId, }