283 lines
No EOL
11 KiB
YAML
283 lines
No EOL
11 KiB
YAML
|
|
!import: types.yaml
|
|
mcpe_packet:
|
|
name: varint =>
|
|
0x01: login
|
|
0x02: play_status
|
|
0x03: server_to_client_handshake
|
|
0x04: client_to_server_handshake
|
|
0x05: disconnect
|
|
0x06: resource_packs_info
|
|
0x07: resource_pack_stack
|
|
0x08: resource_pack_client_response
|
|
0x09: text
|
|
0x0a: set_time
|
|
0x0b: start_game
|
|
0x0c: add_player
|
|
0x0d: add_entity
|
|
0x0e: remove_entity
|
|
0x0f: add_item_entity
|
|
0x11: take_item_entity
|
|
0x12: move_entity
|
|
0x13: move_player
|
|
0x14: rider_jump
|
|
0x15: update_block
|
|
0x16: add_painting
|
|
0x17: tick_sync
|
|
0x18: level_sound_event_old
|
|
0x19: level_event
|
|
0x1a: block_event
|
|
0x1b: entity_event
|
|
0x1c: mob_effect
|
|
0x1d: update_attributes
|
|
0x1e: inventory_transaction
|
|
0x1f: mob_equipment
|
|
0x20: mob_armor_equipment
|
|
0x21: interact
|
|
0x22: block_pick_request
|
|
0x23: entity_pick_request
|
|
0x24: player_action
|
|
0x26: hurt_armor
|
|
0x27: set_entity_data
|
|
0x28: set_entity_motion
|
|
0x29: set_entity_link
|
|
0x2a: set_health
|
|
0x2b: set_spawn_position
|
|
0x2c: animate
|
|
0x2d: respawn
|
|
0x2e: container_open
|
|
0x2f: container_close
|
|
0x30: player_hotbar
|
|
0x31: inventory_content
|
|
0x32: inventory_slot
|
|
0x33: container_set_data
|
|
0x34: crafting_data
|
|
0x35: crafting_event
|
|
0x36: gui_data_pick_item
|
|
0x37: adventure_settings
|
|
0x38: block_entity_data
|
|
0x39: player_input
|
|
0x3a: level_chunk
|
|
0x3b: set_commands_enabled
|
|
0x3c: set_difficulty
|
|
0x3d: change_dimension
|
|
0x3e: set_player_game_type
|
|
0x3f: player_list
|
|
0x40: simple_event
|
|
0x42: spawn_experience_orb
|
|
0x43: clientbound_map_item_data
|
|
0x44: map_info_request
|
|
0x45: request_chunk_radius
|
|
0x46: chunk_radius_update
|
|
0x47: item_frame_drop_item
|
|
0x48: game_rules_changed
|
|
0x49: camera
|
|
0x4a: boss_event
|
|
0x4b: show_credits
|
|
0x4c: available_commands
|
|
0x4d: command_request
|
|
0x4e: command_block_update
|
|
0x4f: command_output
|
|
0x50: update_trade
|
|
0x51: update_equipment
|
|
0x52: resource_pack_data_info
|
|
0x53: resource_pack_chunk_data
|
|
0x54: resource_pack_chunk_request
|
|
0x55: transfer
|
|
0x56: play_sound
|
|
0x57: stop_sound
|
|
0x58: set_title
|
|
0x59: add_behavior_tree
|
|
0x5a: structure_block_update
|
|
0x5b: show_store_offer
|
|
0x5c: purchase_receipt
|
|
0x5d: player_skin
|
|
0x5e: sub_client_login
|
|
0x5f: initiate_web_socket_connection
|
|
0x60: set_last_hurt_by
|
|
0x61: book_edit
|
|
0x62: npc_request
|
|
0x63: photo_transfer
|
|
0x64: modal_form_request
|
|
0x65: modal_form_response
|
|
0x66: server_settings_request
|
|
0x67: server_settings_response
|
|
0x68: show_profile
|
|
0x69: set_default_game_type
|
|
0x6a: remove_objective
|
|
0x6b: set_display_objective
|
|
0x6c: set_score
|
|
0x6d: lab_table
|
|
0x6e: update_block_synced
|
|
0x6f: move_entity_delta
|
|
0x70: set_scoreboard_identity
|
|
0x71: set_local_player_as_initialized
|
|
0x72: update_soft_enum
|
|
0x73: network_stack_latency
|
|
0x75: script_custom_event
|
|
0x76: spawn_particle_effect
|
|
0x77: available_entity_identifiers
|
|
0x78: level_sound_event_v2
|
|
0x79: network_chunk_publisher_update
|
|
0x7a: biome_definition_list
|
|
0x7b: level_sound_event
|
|
0x7c: level_event_generic
|
|
0x7d: lectern_update
|
|
0x7e: video_stream_connect
|
|
0x81: client_cache_status
|
|
0x82: on_screen_texture_animation
|
|
0x83: map_create_locked_copy
|
|
0x84: structure_template_data_export_request
|
|
0x85: structure_template_data_export_response
|
|
0x86: update_block_properties
|
|
0x87: client_cache_blob_status
|
|
0x88: client_cache_miss_response
|
|
0x8f: network_settings
|
|
0x91: creative_content
|
|
0x92: player_enchant_options
|
|
0x93: item_stack_request
|
|
0x94: item_stack_response
|
|
0x97: update_player_game_type
|
|
0x9c: packet_violation_warning
|
|
0xa2: item_component
|
|
0xa3: filter_text_packet
|
|
params: name ?
|
|
if login: packet_login
|
|
if play_status: packet_play_status
|
|
if server_to_client_handshake: packet_server_to_client_handshake
|
|
if client_to_server_handshake: packet_client_to_server_handshake
|
|
if disconnect: packet_disconnect
|
|
if resource_packs_info: packet_resource_packs_info
|
|
if resource_pack_stack: packet_resource_pack_stack
|
|
if resource_pack_client_response: packet_resource_pack_client_response
|
|
if text: packet_text
|
|
if set_time: packet_set_time
|
|
if start_game: packet_start_game
|
|
if add_player: packet_add_player
|
|
if add_entity: packet_add_entity
|
|
if remove_entity: packet_remove_entity
|
|
if add_item_entity: packet_add_item_entity
|
|
if take_item_entity: packet_take_item_entity
|
|
if move_entity: packet_move_entity
|
|
if move_player: packet_move_player
|
|
if rider_jump: packet_rider_jump
|
|
if update_block: packet_update_block
|
|
if add_painting: packet_add_painting
|
|
if tick_sync: packet_tick_sync
|
|
if level_sound_event_old: packet_level_sound_event_old
|
|
if level_event: packet_level_event
|
|
if block_event: packet_block_event
|
|
if entity_event: packet_entity_event
|
|
if mob_effect: packet_mob_effect
|
|
if update_attributes: packet_update_attributes
|
|
if inventory_transaction: packet_inventory_transaction
|
|
if mob_equipment: packet_mob_equipment
|
|
if mob_armor_equipment: packet_mob_armor_equipment
|
|
if interact: packet_interact
|
|
if block_pick_request: packet_block_pick_request
|
|
if entity_pick_request: packet_entity_pick_request
|
|
if player_action: packet_player_action
|
|
if hurt_armor: packet_hurt_armor
|
|
if set_entity_data: packet_set_entity_data
|
|
if set_entity_motion: packet_set_entity_motion
|
|
if set_entity_link: packet_set_entity_link
|
|
if set_health: packet_set_health
|
|
if set_spawn_position: packet_set_spawn_position
|
|
if animate: packet_animate
|
|
if respawn: packet_respawn
|
|
if container_open: packet_container_open
|
|
if container_close: packet_container_close
|
|
if player_hotbar: packet_player_hotbar
|
|
if inventory_content: packet_inventory_content
|
|
if inventory_slot: packet_inventory_slot
|
|
if container_set_data: packet_container_set_data
|
|
if crafting_data: packet_crafting_data
|
|
if crafting_event: packet_crafting_event
|
|
if gui_data_pick_item: packet_gui_data_pick_item
|
|
if adventure_settings: packet_adventure_settings
|
|
if block_entity_data: packet_block_entity_data
|
|
if player_input: packet_player_input
|
|
if level_chunk: packet_level_chunk
|
|
if set_commands_enabled: packet_set_commands_enabled
|
|
if set_difficulty: packet_set_difficulty
|
|
if change_dimension: packet_change_dimension
|
|
if set_player_game_type: packet_set_player_game_type
|
|
if player_list: packet_player_list
|
|
if simple_event: packet_simple_event
|
|
if spawn_experience_orb: packet_spawn_experience_orb
|
|
if clientbound_map_item_data: packet_clientbound_map_item_data
|
|
if map_info_request: packet_map_info_request
|
|
if request_chunk_radius: packet_request_chunk_radius
|
|
if chunk_radius_update: packet_chunk_radius_update
|
|
if item_frame_drop_item: packet_item_frame_drop_item
|
|
if game_rules_changed: packet_game_rules_changed
|
|
if camera: packet_camera
|
|
if boss_event: packet_boss_event
|
|
if show_credits: packet_show_credits
|
|
if available_commands: packet_available_commands
|
|
if command_request: packet_command_request
|
|
if command_block_update: packet_command_block_update
|
|
if command_output: packet_command_output
|
|
if update_trade: packet_update_trade
|
|
if update_equipment: packet_update_equipment
|
|
if resource_pack_data_info: packet_resource_pack_data_info
|
|
if resource_pack_chunk_data: packet_resource_pack_chunk_data
|
|
if resource_pack_chunk_request: packet_resource_pack_chunk_request
|
|
if transfer: packet_transfer
|
|
if play_sound: packet_play_sound
|
|
if stop_sound: packet_stop_sound
|
|
if set_title: packet_set_title
|
|
if add_behavior_tree: packet_add_behavior_tree
|
|
if structure_block_update: packet_structure_block_update
|
|
if show_store_offer: packet_show_store_offer
|
|
if purchase_receipt: packet_purchase_receipt
|
|
if player_skin: packet_player_skin
|
|
if sub_client_login: packet_sub_client_login
|
|
if initiate_web_socket_connection: packet_initiate_web_socket_connection
|
|
if set_last_hurt_by: packet_set_last_hurt_by
|
|
if book_edit: packet_book_edit
|
|
if npc_request: packet_npc_request
|
|
if photo_transfer: packet_photo_transfer
|
|
if modal_form_request: packet_modal_form_request
|
|
if modal_form_response: packet_modal_form_response
|
|
if server_settings_request: packet_server_settings_request
|
|
if server_settings_response: packet_server_settings_response
|
|
if show_profile: packet_show_profile
|
|
if set_default_game_type: packet_set_default_game_type
|
|
if remove_objective: packet_remove_objective
|
|
if set_display_objective: packet_set_display_objective
|
|
if set_score: packet_set_score
|
|
if lab_table: packet_lab_table
|
|
if update_block_synced: packet_update_block_synced
|
|
if move_entity_delta: packet_move_entity_delta
|
|
if set_scoreboard_identity: packet_set_scoreboard_identity
|
|
if set_local_player_as_initialized: packet_set_local_player_as_initialized
|
|
if update_soft_enum: packet_update_soft_enum
|
|
if network_stack_latency: packet_network_stack_latency
|
|
if script_custom_event: packet_script_custom_event
|
|
if spawn_particle_effect: packet_spawn_particle_effect
|
|
if available_entity_identifiers: packet_available_entity_identifiers
|
|
if level_sound_event_v2: packet_level_sound_event_v2
|
|
if network_chunk_publisher_update: packet_network_chunk_publisher_update
|
|
if biome_definition_list: packet_biome_definition_list
|
|
if level_sound_event: packet_level_sound_event
|
|
if level_event_generic: packet_level_event_generic
|
|
if lectern_update: packet_lectern_update
|
|
if video_stream_connect: packet_video_stream_connect
|
|
if client_cache_status: packet_client_cache_status
|
|
if on_screen_texture_animation: packet_on_screen_texture_animation
|
|
if map_create_locked_copy: packet_map_create_locked_copy
|
|
if structure_template_data_export_request: packet_structure_template_data_export_request
|
|
if structure_template_data_export_response: packet_structure_template_data_export_response
|
|
if update_block_properties: packet_update_block_properties
|
|
if client_cache_blob_status: packet_client_cache_blob_status
|
|
if client_cache_miss_response: packet_client_cache_miss_response
|
|
if network_settings: packet_network_settings
|
|
if creative_content: packet_creative_content
|
|
if player_enchant_options: packet_player_enchant_options
|
|
if item_stack_request: packet_item_stack_request
|
|
if item_stack_response: packet_item_stack_response
|
|
if update_player_game_type: packet_update_player_game_type
|
|
if packet_violation_warning: packet_packet_violation_warning
|
|
if item_component: packet_item_component
|
|
if filter_text_packet: packet_filter_text_packet |