aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/status/mod.rs
blob: 57ed99705eb6440ea3ecdf2e15e76f7ca758a698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// NOTE: This file is @generated automatically by codegen/packet.py.
// Don't edit it directly!

use azalea_protocol_macros::declare_state_packets;

declare_state_packets!(StatusPacket,
    Clientbound => [
        status_response, // 0x00
        pong_response, // 0x01
    ],
    Serverbound => [
        status_request, // 0x00
        ping_request, // 0x01
    ]
);