1 2 3 4 5 6 7 8 9
use crate::fields::general::Position; use minecraft_net_proc::Packet; Packet!(WorldEvent, 0x29, { event: Int, location: Position, data: Int, disable_relative_volume: bool });