use azalea_buf::McBuf; use packet_macros::ServerboundGamePacket; #[derive(Clone, Debug, McBuf, ServerboundGamePacket)] pub struct ServerboundContainerClosePacket { pub container_id: u8, }