]> git.lizzy.rs Git - hydra-dragonfire.git/blob - convert/spec/server/pkt
Add map component
[hydra-dragonfire.git] / convert / spec / server / pkt
1 nil
2 init
3         uint8 serialize_ver
4         CompressionModes supported_compression
5         uint16 min_proto_ver
6         uint16 max_proto_ver
7         string player_name
8         bool send_full_item_meta
9 init2
10         string lang
11 join_mod_chan
12         string channel
13 leave_mod_chan
14         string channel
15 msg_mod_chan
16         string channel
17         string msg
18 player_pos
19         PlayerPos pos
20 got_blks
21         [][3]int16 blks
22 deleted_blks
23         [][3]int16 blks
24 inv_action
25         string action
26 chat_msg
27         string msg
28 fall_dmg
29         uint16 amount
30 select_item
31         uint16 slot
32 respawn
33 interact
34         Interaction action
35         uint16 item_slot
36         PointedThing pointed
37         PlayerPos pos
38 removed_sounds
39         []SoundID ids
40 node_meta_fields
41         [3]int16 pos
42         string formname
43         []Field fields
44 inv_fields
45         string formname
46         []Field fields
47 req_media
48         []string filenames
49 clt_ready
50         uint8 major
51         uint8 minor
52         uint8 patch
53         string version
54         uint16 formspec
55 first_srp
56         []byte salt
57         []byte verifier
58         bool empty_passwd
59 srp_bytes_a
60         []byte a
61         bool no_sha1
62 srp_bytes_m
63         []byte m