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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
|
// 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!(GamePacket,
Clientbound => [
bundle_delimiter, // 0x00
add_entity, // 0x01
animate, // 0x02
award_stats, // 0x03
block_changed_ack, // 0x04
block_destruction, // 0x05
block_entity_data, // 0x06
block_event, // 0x07
block_update, // 0x08
boss_event, // 0x09
change_difficulty, // 0x0A
chunk_batch_finished, // 0x0B
chunk_batch_start, // 0x0C
chunks_biomes, // 0x0D
clear_titles, // 0x0E
command_suggestions, // 0x0F
commands, // 0x10
container_close, // 0x11
container_set_content, // 0x12
container_set_data, // 0x13
container_set_slot, // 0x14
cookie_request, // 0x15
cooldown, // 0x16
custom_chat_completions, // 0x17
custom_payload, // 0x18
damage_event, // 0x19
debug_sample, // 0x1A
delete_chat, // 0x1B
disconnect, // 0x1C
disguised_chat, // 0x1D
entity_event, // 0x1E
entity_position_sync, // 0x1F
explode, // 0x20
forget_level_chunk, // 0x21
game_event, // 0x22
horse_screen_open, // 0x23
hurt_animation, // 0x24
initialize_border, // 0x25
keep_alive, // 0x26
level_chunk_with_light, // 0x27
level_event, // 0x28
level_particles, // 0x29
light_update, // 0x2A
login, // 0x2B
map_item_data, // 0x2C
merchant_offers, // 0x2D
move_entity_pos, // 0x2E
move_entity_pos_rot, // 0x2F
move_minecart_along_track, // 0x30
move_entity_rot, // 0x31
move_vehicle, // 0x32
open_book, // 0x33
open_screen, // 0x34
open_sign_editor, // 0x35
ping, // 0x36
pong_response, // 0x37
place_ghost_recipe, // 0x38
player_abilities, // 0x39
player_chat, // 0x3A
player_combat_end, // 0x3B
player_combat_enter, // 0x3C
player_combat_kill, // 0x3D
player_info_remove, // 0x3E
player_info_update, // 0x3F
player_look_at, // 0x40
player_position, // 0x41
player_rotation, // 0x42
recipe_book_add, // 0x43
recipe_book_remove, // 0x44
recipe_book_settings, // 0x45
remove_entities, // 0x46
remove_mob_effect, // 0x47
reset_score, // 0x48
resource_pack_pop, // 0x49
resource_pack_push, // 0x4A
respawn, // 0x4B
rotate_head, // 0x4C
section_blocks_update, // 0x4D
select_advancements_tab, // 0x4E
server_data, // 0x4F
set_action_bar_text, // 0x50
set_border_center, // 0x51
set_border_lerp_size, // 0x52
set_border_size, // 0x53
set_border_warning_delay, // 0x54
set_border_warning_distance, // 0x55
set_camera, // 0x56
set_chunk_cache_center, // 0x57
set_chunk_cache_radius, // 0x58
set_cursor_item, // 0x59
set_default_spawn_position, // 0x5A
set_display_objective, // 0x5B
set_entity_data, // 0x5C
set_entity_link, // 0x5D
set_entity_motion, // 0x5E
set_equipment, // 0x5F
set_experience, // 0x60
set_health, // 0x61
set_held_slot, // 0x62
set_objective, // 0x63
set_passengers, // 0x64
set_player_inventory, // 0x65
set_player_team, // 0x66
set_score, // 0x67
set_simulation_distance, // 0x68
set_subtitle_text, // 0x69
set_time, // 0x6A
set_title_text, // 0x6B
set_titles_animation, // 0x6C
sound_entity, // 0x6D
sound, // 0x6E
start_configuration, // 0x6F
stop_sound, // 0x70
store_cookie, // 0x71
system_chat, // 0x72
tab_list, // 0x73
tag_query, // 0x74
take_item_entity, // 0x75
teleport_entity, // 0x76
test_instance_block_status, // 0x77
ticking_state, // 0x78
ticking_step, // 0x79
transfer, // 0x7A
update_advancements, // 0x7B
update_attributes, // 0x7C
update_mob_effect, // 0x7D
update_recipes, // 0x7E
update_tags, // 0x7F
projectile_power, // 0x80
custom_report_details, // 0x81
server_links, // 0x82
],
Serverbound => [
accept_teleportation, // 0x00
block_entity_tag_query, // 0x01
bundle_item_selected, // 0x02
change_difficulty, // 0x03
chat_ack, // 0x04
chat_command, // 0x05
chat_command_signed, // 0x06
chat, // 0x07
chat_session_update, // 0x08
chunk_batch_received, // 0x09
client_command, // 0x0A
client_tick_end, // 0x0B
client_information, // 0x0C
command_suggestion, // 0x0D
configuration_acknowledged, // 0x0E
container_button_click, // 0x0F
container_click, // 0x10
container_close, // 0x11
container_slot_state_changed, // 0x12
cookie_response, // 0x13
custom_payload, // 0x14
debug_sample_subscription, // 0x15
edit_book, // 0x16
entity_tag_query, // 0x17
interact, // 0x18
jigsaw_generate, // 0x19
keep_alive, // 0x1A
lock_difficulty, // 0x1B
move_player_pos, // 0x1C
move_player_pos_rot, // 0x1D
move_player_rot, // 0x1E
move_player_status_only, // 0x1F
move_vehicle, // 0x20
paddle_boat, // 0x21
pick_item_from_block, // 0x22
pick_item_from_entity, // 0x23
ping_request, // 0x24
place_recipe, // 0x25
player_abilities, // 0x26
player_action, // 0x27
player_command, // 0x28
player_input, // 0x29
player_loaded, // 0x2A
pong, // 0x2B
recipe_book_change_settings, // 0x2C
recipe_book_seen_recipe, // 0x2D
rename_item, // 0x2E
resource_pack, // 0x2F
seen_advancements, // 0x30
select_trade, // 0x31
set_beacon, // 0x32
set_carried_item, // 0x33
set_command_block, // 0x34
set_command_minecart, // 0x35
set_creative_mode_slot, // 0x36
set_jigsaw_block, // 0x37
set_structure_block, // 0x38
set_test_block, // 0x39
sign_update, // 0x3A
swing, // 0x3B
teleport_to_entity, // 0x3C
test_instance_block_action, // 0x3D
use_item_on, // 0x3E
use_item, // 0x3F
]
);
|