diff options
| author | mat <github@matdoes.dev> | 2022-05-01 16:30:40 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-01 16:30:40 -0500 |
| commit | c2262a212328e7a9e00091d7b41a8d8bfb5b3007 (patch) | |
| tree | ba6b9f2c1fc66216e298fbcb2a786857eb487ccc /azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs | |
| parent | 366904e419731869ec4dea93de66e2eaa6c43f9f (diff) | |
| download | azalea-drasl-c2262a212328e7a9e00091d7b41a8d8bfb5b3007.tar.xz | |
clientbound_set_entity_link_packet
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs b/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs index 83b21425..94061c51 100644 --- a/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs @@ -1,10 +1,4 @@ -use async_trait::async_trait; -use azalea_chat::component::Component; -use azalea_core::{resource_location::ResourceLocation, Slot}; -use packet_macros::{GamePacket, McBufReadable, McBufWritable}; -use tokio::io::AsyncRead; - -use crate::mc_buf::{McBufReadable, McBufWritable, Readable, Writable}; +use packet_macros::GamePacket; #[derive(Clone, Debug, GamePacket)] pub struct ClientboundEntityVelocityPacket { |
