aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-24 23:02:21 -0500
committermat <github@matdoes.dev>2022-04-24 23:02:21 -0500
commite4e8cae0e3c5e8048a409c56be6faf8545e2283d (patch)
tree04956beca8f08a24949c6d941a6488b9023e1581 /azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
parentd6f0449344b22fab40bf5ed66159ae286f2e0826 (diff)
downloadazalea-drasl-e4e8cae0e3c5e8048a409c56be6faf8545e2283d.tar.xz
start adding update recipes packet
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs9
1 files changed, 3 insertions, 6 deletions
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<BrigadierNodeStub>,