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:
parent
f2a8e8221d
commit
51201ffe65
1 changed files with 4 additions and 7 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue