1 2 3 4 5 6 7 8 9 10 11 12
use minecraft_net_proc::Packet; Packet!(InitializeWorldBorder, 0x26, { x: Double, y: Double, old_diameter: Double, new_diameter: Double, speed: VarInt, portal_teleport_boundary: VarInt, warning_blocks: VarInt, warning_time: VarInt, });