-
Notifications
You must be signed in to change notification settings - Fork 0
/
packet_names.py
106 lines (106 loc) · 2.5 KB
/
packet_names.py
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
PACKET_NAMES = [
"Spawn Entity",
"Spawn Experience Orb",
"Spawn Living Entity",
"Spawn Painting",
"Spawn Player",
"Sculk Vibration Signal",
"Entity Animation (clientbound)",
"Statistics",
"Acknowledge Player Digging",
"Block Break Animation",
"Block Entity Data",
"Block Action",
"Block Change",
"Boss Bar",
"Server Difficulty",
"Chat Message (clientbound)",
"Clear Titles",
"Tab-Complete (clientbound)",
"Declare Commands",
"Close Window (clientbound)",
"Window Items",
"Window Property",
"Set Slot",
"Set Cooldown",
"Plugin Message (clientbound)",
"Named Sound Effect",
"Disconnect (play)",
"Entity Status",
"Explosion",
"Unload Chunk",
"Change Game State",
"Open Horse Window",
"Initialize World Border",
"Keep Alive (clientbound)",
"Chunk Data And Update Light",
"Effect",
"Particle",
"Update Light",
"Join Game",
"Map Data",
"Trade List",
"Entity Position",
"Entity Position and Rotation",
"Entity Rotation",
"Vehicle Move (clientbound)",
"Open Book",
"Open Window",
"Open Sign Editor",
"Ping",
"Craft Recipe Response",
"Player Abilities (clientbound)",
"End Combat Event",
"Enter Combat Event",
"Death Combat Event",
"Player Info",
"Face Player",
"Player Position And Look (clientbound)",
"Unlock Recipes",
"Destroy Entities",
"Remove Entity Effect",
"Resource Pack Send",
"Respawn",
"Entity Head Look",
"Multi Block Change",
"Select Advancement Tab",
"Action Bar",
"World Border Center",
"World Border Lerp Size",
"World Border Size",
"World Border Warning Delay",
"World Border Warning Reach",
"Camera",
"Held Item Change (clientbound)",
"Update View Position",
"Update View Distance",
"Spawn Position",
"Display Scoreboard",
"Entity Metadata",
"Attach Entity",
"Entity Velocity",
"Entity Equipment",
"Set Experience",
"Update Health",
"Scoreboard Objective",
"Set Passengers",
"Teams",
"Update Score",
"Update Simulation Distance",
"Set Title SubTitle",
"Time Update",
"Set Title Text",
"Set Title Times",
"Entity Sound Effect",
"Sound Effect",
"Stop Sound",
"Player List Header And Footer",
"NBT Query Response",
"Collect Item",
"Entity Teleport",
"Advancements",
"Entity Properties",
"Entity Effect",
"Declare Recipes",
"Tags",
]