From e4e8cae0e3c5e8048a409c56be6faf8545e2283d Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 24 Apr 2022 23:02:21 -0500 Subject: start adding update recipes packet --- .../src/packets/game/clientbound_declare_commands_packet.rs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs b/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs index 1403630d..dc914f73 100755 --- a/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs @@ -1,12 +1,9 @@ -use std::hash::Hash; - +use super::GamePacket; +use crate::mc_buf::{McBufReadable, Readable}; use async_trait::async_trait; +use std::hash::Hash; use tokio::io::AsyncRead; -use crate::mc_buf::{McBufReadable, Readable}; - -use super::GamePacket; - #[derive(Hash, Clone, Debug)] pub struct ClientboundDeclareCommandsPacket { pub entries: Vec, -- cgit v1.2.3