1 2 3 4 5 6 7 8 9 10 11
use minecraft_net_proc::Packet; Packet!(UpdateEntityPositionAndRotation, 0x30, { entity_id: VarInt, delta_x: Short delta_y: Short delta_z: Short yaw: Angle, pitch: Angle, on_ground: bool, });