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