1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Update clientbound_add_entity_packet.rs

This commit is contained in:
mat 2022-04-30 22:16:13 -05:00
parent f2a8e8221d
commit 51201ffe65

View file

@ -16,11 +16,8 @@ pub struct ClientboundAddEntityPacket {
pub z: f64,
pub x_rot: i8,
pub y_rot: i8,
pub data: i8,
/// X acceleration
pub xa: u16,
/// Y acceleration
pub ya: u16,
/// Z acceleration
pub za: u16,
pub y_head_rot: i8,
pub x_vel: u16,
pub y_vel: u16,
pub z_vel: u16,
}