azalea_protocol/packets/status/
mod.rs

1// NOTE: This file is generated automatically by codegen/packet.py.
2// Don't edit it directly!
3
4use azalea_protocol_macros::declare_state_packets;
5
6declare_state_packets!(StatusPacket,
7    Clientbound => [
8        status_response, // 0x00
9        pong_response, // 0x01
10    ],
11    Serverbound => [
12        status_request, // 0x00
13        ping_request, // 0x01
14    ]
15);