Skip to content

Commit

Permalink
Re-export the BlockFace type
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Sep 6, 2022
1 parent ddc74ef commit 6215373
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/client/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ use crate::block_pos::BlockPos;
use crate::config::Config;
use crate::entity::types::Pose;
use crate::entity::{Entity, EntityEvent, EntityId, TrackedData};
use crate::protocol::packets::c2s::play::BlockFace;
pub use crate::protocol::packets::c2s::play::{ChatMode, DisplayedSkinParts, Hand, MainHand};
pub use crate::protocol::packets::c2s::play::{
BlockFace, ChatMode, DisplayedSkinParts, Hand, MainHand,
};
pub use crate::protocol::packets::s2c::play::GameMode;
use crate::protocol::VarInt;

Expand Down

0 comments on commit 6215373

Please sign in to comment.