bedrock-protocol/data/protocol.json
2016-02-25 06:33:43 -05:00

1960 lines
No EOL
35 KiB
JSON

{
"toServer": {
"id_connected_ping": {
"id": "0x00",
"online": "false",
"fields": [
{
"name": "sendpingtime",
"type": "i64"
}
]
},
"id_connected_pong": {
"id": "0x03",
"online": "false",
"fields": [
{
"name": "sendpingtime",
"type": "i64"
},
{
"name": "sendpongtime",
"type": "i64"
}
]
},
"id_detect_lost_connections": {
"id": "0x04",
"online": "false",
"fields": []
},
"id_open_connection_reply_1": {
"id": "0x06",
"fields": [
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
},
{
"name": "server_guid",
"type": "i64"
},
{
"name": "server_has_security",
"type": "i8"
},
{
"name": "mtu_size",
"type": "i16"
}
]
},
"id_open_connection_reply_2": {
"id": "0x08",
"fields": [
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
},
{
"name": "server_guid",
"type": "i64"
},
{
"name": "clientendpoint",
"type": "ipendpoint"
},
{
"name": "mtu_size",
"type": "i16"
},
{
"name": "do_security_and_handshake",
"type": "byte[]"
}
]
},
"id_connection_request": {
"id": "0x09",
"online": "false",
"fields": [
{
"name": "client_guid",
"type": "i64"
},
{
"name": "timestamp",
"type": "i64"
},
{
"name": "do_security",
"type": "i8"
}
]
},
"id_connection_request_accepted": {
"id": "0x10",
"online": "false",
"fields": [
{
"name": "system_address",
"type": "ipendpoint"
},
{
"name": "system_addresses",
"type": "ipendpoint[]"
},
{
"name": "incoming_timestamp",
"type": "i64"
},
{
"name": "server_timestamp",
"type": "i64"
}
]
},
"id_no_free_incoming_connections": {
"id": "0x14",
"online": "false",
"fields": []
},
"id_disconnection_notification": {
"id": "0x15",
"online": "false",
"fields": []
},
"id_connection_banned": {
"id": "0x17",
"online": "false",
"fields": []
},
"id_ip_recently_connected": {
"id": "0x1A",
"online": "false",
"fields": []
},
"mcpe_player_status": {
"id": "0x90",
"online": "false",
"fields": [
{
"name": "status",
"type": "i32"
}
]
},
"mcpe_disconnect": {
"id": "0x91",
"online": "false",
"fields": [
{
"name": "message",
"type": "string"
}
]
},
"mcpe_batch": {
"id": "0x92",
"online": "false",
"fields": [
{
"name": "payload_size",
"type": "i32"
},
{
"name": "payload",
"type": "byte[]"
}
]
},
"mcpe_text": {
"id": "0x93",
"online": "false",
"fields": [
{
"name": "type",
"type": "i8"
}
]
},
"mcpe_set_time": {
"id": "0x94",
"online": "false",
"fields": [
{
"name": "time",
"type": "i32"
},
{
"name": "started",
"type": "i8"
}
]
},
"mcpe_start_game": {
"id": "0x95",
"online": "false",
"fields": [
{
"name": "seed",
"type": "i32"
},
{
"name": "dimension",
"type": "i8"
},
{
"name": "generator",
"type": "i32"
},
{
"name": "gamemode",
"type": "i32"
},
{
"name": "entity_id",
"type": "i64"
},
{
"name": "spawn_x",
"type": "i32"
},
{
"name": "spawn_y",
"type": "i32"
},
{
"name": "spawn_z",
"type": "i32"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "unknown",
"type": "i8"
}
]
},
"mcpe_add_player": {
"id": "0x96",
"online": "false",
"fields": [
{
"name": "uuid",
"type": "uuid"
},
{
"name": "username",
"type": "string"
},
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "speed_x",
"type": "f32"
},
{
"name": "speed_y",
"type": "f32"
},
{
"name": "speed_z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "head_yaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
},
{
"name": "item",
"type": "item"
},
{
"name": "metadata",
"type": "metadatadictionary"
}
]
},
"mcpe_remove_player": {
"id": "0x97",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "client_uuid",
"type": "uuid"
}
]
},
"mcpe_add_entity": {
"id": "0x98",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "entity_type",
"type": "i32"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "speed_x",
"type": "f32"
},
{
"name": "speed_y",
"type": "f32"
},
{
"name": "speed_z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
},
{
"name": "metadata",
"type": "metadatadictionary"
},
{
"name": "links",
"type": "i16"
}
]
},
"mcpe_remove_entity": {
"id": "0x99",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
}
]
},
"mcpe_add_item_entity": {
"id": "0x9a",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "item",
"type": "item"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "speed_x",
"type": "f32"
},
{
"name": "speed_y",
"type": "f32"
},
{
"name": "speed_z",
"type": "f32"
}
]
},
"mcpe_take_item_entity": {
"id": "0x9b",
"online": "false",
"fields": [
{
"name": "target",
"type": "i64"
},
{
"name": "entity_id",
"type": "i64"
}
]
},
"mcpe_move_entity": {
"id": "0x9c",
"online": "false",
"fields": [
{
"name": "entities",
"type": "entitylocations"
}
]
},
"mcpe_move_player": {
"id": "0x9d",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "head_yaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
},
{
"name": "mode",
"type": "i8"
},
{
"name": "on_ground",
"type": "i8"
}
]
},
"mcpe_remove_block": {
"id": "0x9e",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "y",
"type": "i8"
}
]
},
"mcpe_update_block": {
"id": "0x9f",
"online": "false",
"fields": [
{
"name": "blocks",
"type": "blockrecords"
}
]
},
"mcpe_add_painting": {
"id": "0xa0",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "direction",
"type": "i32"
},
{
"name": "title",
"type": "string"
}
]
},
"mcpe_explode": {
"id": "0xa1",
"online": "false",
"fields": [
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "radius",
"type": "f32"
},
{
"name": "records",
"type": "records"
}
]
},
"mcpe_level_event": {
"id": "0xa2",
"online": "false",
"fields": [
{
"name": "event_id",
"type": "i16"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "data",
"type": "i32"
}
]
},
"mcpe_tile_event": {
"id": "0xa3",
"online": "false",
"fields": [
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "case_1",
"type": "i32"
},
{
"name": "case_2",
"type": "i32"
}
]
},
"mcpe_entity_event": {
"id": "0xa4",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "event_id",
"type": "i8"
}
]
},
"mcpe_mob_effect": {
"id": "0xa5",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "event_id",
"type": "i8"
},
{
"name": "effect_id",
"type": "i8"
},
{
"name": "amplifier",
"type": "i8"
},
{
"name": "particles",
"type": "i8"
},
{
"name": "duration",
"type": "i32"
}
]
},
"mcpe_update_attributes": {
"id": "0xa6",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "attributes",
"type": "playerattributes"
}
]
},
"mcpe_player_equipment": {
"id": "0xa7",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "item",
"type": "item"
},
{
"name": "slot",
"type": "i8"
},
{
"name": "selected_slot",
"type": "i8"
}
]
},
"mcpe_player_armor_equipment": {
"id": "0xa8",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "helmet",
"type": "item"
},
{
"name": "chestplate",
"type": "item"
},
{
"name": "leggings",
"type": "item"
},
{
"name": "boots",
"type": "item"
}
]
},
"mcpe_interact": {
"id": "0xa9",
"online": "false",
"fields": [
{
"name": "action_id",
"type": "i8"
},
{
"name": "target_entity_id",
"type": "i64"
}
]
},
"mcpe_use_item": {
"id": "0xaa",
"online": "false",
"fields": [
{
"name": "blockcoordinates",
"type": "blockcoordinates"
},
{
"name": "face",
"type": "i8"
},
{
"name": "facecoordinates",
"type": "vector3"
},
{
"name": "playerposition",
"type": "vector3"
},
{
"name": "item",
"type": "item"
}
]
},
"mcpe_hurt_armor": {
"id": "0xac",
"online": "false",
"fields": [
{
"name": "health",
"type": "i8"
}
]
},
"mcpe_set_entity_data": {
"id": "0xad",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "metadata",
"type": "metadatadictionary"
}
]
},
"mcpe_set_entity_motion": {
"id": "0xae",
"online": "false",
"fields": [
{
"name": "entities",
"type": "entitymotions"
}
]
},
"mcpe_set_entity_link": {
"id": "0xaf",
"online": "false",
"fields": [
{
"name": "rider_id",
"type": "i64"
},
{
"name": "ridden_id",
"type": "i64"
},
{
"name": "link_type",
"type": "i8"
}
]
},
"mcpe_set_health": {
"id": "0xb0",
"online": "false",
"fields": [
{
"name": "health",
"type": "i32"
}
]
},
"mcpe_set_spawn_position": {
"id": "0xb1",
"online": "false",
"fields": [
{
"name": "x",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "y",
"type": "i32"
}
]
},
"mcpe_animate": {
"id": "0xb2",
"online": "false",
"fields": [
{
"name": "action_id",
"type": "i8"
},
{
"name": "entity_id",
"type": "i64"
}
]
},
"mcpe_respawn": {
"id": "0xb3",
"online": "false",
"fields": [
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
}
]
},
"mcpe_container_open": {
"id": "0xb5",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "type",
"type": "i8"
},
{
"name": "slot_count",
"type": "i16"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
}
]
},
"mcpe_container_close": {
"id": "0xb6",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
}
]
},
"mcpe_container_set_slot": {
"id": "0xb7",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "slot",
"type": "i16"
},
{
"name": "unknown",
"type": "i16"
},
{
"name": "item",
"type": "item"
}
]
},
"mcpe_container_set_data": {
"id": "0xb8",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "property",
"type": "i16"
},
{
"name": "value",
"type": "i16"
}
]
},
"mcpe_container_set_content": {
"id": "0xb9",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "slot_data",
"type": "itemstacks"
},
{
"name": "hotbar_data",
"type": "metadataints"
}
]
},
"mcpe_crafting_data": {
"id": "0xba",
"online": "false",
"fields": [
{
"name": "recipes",
"type": "recipes"
}
]
},
"mcpe_crafting_event": {
"id": "0xbb",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "recipe_type",
"type": "i32"
},
{
"name": "recipe_id",
"type": "uuid"
},
{
"name": "input",
"type": "itemstacks"
},
{
"name": "result",
"type": "itemstacks"
}
]
},
"mcpe_adventure_settings": {
"id": "0xbc",
"online": "false",
"fields": [
{
"name": "flags",
"type": "i32"
}
]
},
"mcpe_tile_entity_data": {
"id": "0xbd",
"online": "false",
"fields": [
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "namedtag",
"type": "nbt"
}
]
},
"mcpe_full_chunk_data": {
"id": "0xbf",
"online": "false",
"fields": [
{
"name": "chunk_x",
"type": "i32"
},
{
"name": "chunk_z",
"type": "i32"
},
{
"name": "order",
"type": "i8"
},
{
"name": "chunk_data_length",
"type": "i32"
},
{
"name": "chunk_data",
"type": "byte[]"
}
]
},
"mcpe_set_difficulty": {
"id": "0xc0",
"online": "false",
"fields": [
{
"name": "difficulty",
"type": "i32"
}
]
},
"mcpe_player_list": {
"id": "0xc3",
"online": "false",
"fields": [
{
"name": "records",
"type": "playerrecords"
}
]
},
"mcpe_request_chunk_radius": {
"id": "0xc8",
"online": "false",
"fields": [
{
"name": "chunk_radius",
"type": "int"
}
]
},
"mcpe_chunk_radius_update": {
"id": "0xc9",
"online": "false",
"fields": [
{
"name": "chunk_radius",
"type": "int"
}
]
},
"mcpe_transfer": {
"id": "0x1b",
"online": "false",
"fields": [
{
"name": "endpoint",
"type": "ipendpoint"
}
]
},
"mcpe_spawn_experience_orb": {
"id": "0xc5",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "count",
"type": "i32"
}
]
}
},
"toClient": {
"id_connected_ping": {
"id": "0x00",
"online": "false",
"fields": [
{
"name": "sendpingtime",
"type": "i64"
}
]
},
"id_unconnected_ping": {
"id": "0x01",
"online": "false",
"fields": [
{
"name": "ping_id",
"type": "i64"
},
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
}
]
},
"id_connected_pong": {
"id": "0x03",
"online": "false",
"fields": [
{
"name": "sendpingtime",
"type": "i64"
},
{
"name": "sendpongtime",
"type": "i64"
}
]
},
"id_unconnected_pong": {
"id": "0x1c",
"fields": [
{
"name": "ping_id",
"type": "i64"
},
{
"name": "server_id",
"type": "i64"
},
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
},
{
"name": "server_name",
"type": "string"
}
]
},
"id_open_connection_request_1": {
"id": "0x05",
"fields": [
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
},
{
"name": "raknet_protocol_version",
"type": "i8"
}
]
},
"id_open_connection_request_2": {
"id": "0x07",
"fields": [
{
"name": "offline_message_data_id",
"type": "offline_message_data_id"
},
{
"name": "clientendpoint",
"type": "ipendpoint"
},
{
"name": "mtu_size",
"type": "i16"
},
{
"name": "client_guid",
"type": "i64"
}
]
},
"id_new_incoming_connection": {
"id": "0x13",
"online": "false",
"fields": [
{
"name": "cookie",
"type": "i32"
},
{
"name": "do_security",
"type": "i8"
},
{
"name": "port",
"type": "i16"
},
{
"name": "session",
"type": "i64"
},
{
"name": "session2",
"type": "i64"
}
]
},
"id_no_free_incoming_connections": {
"id": "0x14",
"online": "false",
"fields": []
},
"id_disconnection_notification": {
"id": "0x15",
"online": "false",
"fields": []
},
"id_connection_banned": {
"id": "0x17",
"online": "false",
"fields": []
},
"id_ip_recently_connected": {
"id": "0x1A",
"online": "false",
"fields": []
},
"mcpe_login": {
"id": "0x8f",
"online": "false",
"fields": [
{
"name": "username",
"type": "string"
},
{
"name": "protocol",
"type": "i32"
},
{
"name": "protocol2",
"type": "i32"
},
{
"name": "client_id",
"type": "i64"
},
{
"name": "client_uuid",
"type": "uuid"
},
{
"name": "server_address",
"type": "string"
},
{
"name": "client_secret",
"type": "string"
},
{
"name": "skin",
"type": "skin"
}
]
},
"mcpe_add_player": {
"id": "0x96",
"online": "false",
"fields": [
{
"name": "uuid",
"type": "uuid"
},
{
"name": "username",
"type": "string"
},
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "speed_x",
"type": "f32"
},
{
"name": "speed_y",
"type": "f32"
},
{
"name": "speed_z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "head_yaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
},
{
"name": "item",
"type": "item"
},
{
"name": "metadata",
"type": "metadatadictionary"
}
]
},
"mcpe_add_item_entity": {
"id": "0x9a",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "item",
"type": "item"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "speed_x",
"type": "f32"
},
{
"name": "speed_y",
"type": "f32"
},
{
"name": "speed_z",
"type": "f32"
}
]
},
"mcpe_take_item_entity": {
"id": "0x9b",
"online": "false",
"fields": [
{
"name": "target",
"type": "i64"
},
{
"name": "entity_id",
"type": "i64"
}
]
},
"mcpe_move_entity": {
"id": "0x9c",
"online": "false",
"fields": [
{
"name": "entities",
"type": "entitylocations"
}
]
},
"mcpe_move_player": {
"id": "0x9d",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "yaw",
"type": "f32"
},
{
"name": "head_yaw",
"type": "f32"
},
{
"name": "pitch",
"type": "f32"
},
{
"name": "mode",
"type": "i8"
},
{
"name": "on_ground",
"type": "i8"
}
]
},
"mcpe_remove_block": {
"id": "0x9e",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "y",
"type": "i8"
}
]
},
"mcpe_update_block": {
"id": "0x9f",
"online": "false",
"fields": [
{
"name": "blocks",
"type": "blockrecords"
}
]
},
"mcpe_add_painting": {
"id": "0xa0",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "direction",
"type": "i32"
},
{
"name": "title",
"type": "string"
}
]
},
"mcpe_level_event": {
"id": "0xa2",
"online": "false",
"fields": [
{
"name": "event_id",
"type": "i16"
},
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
},
{
"name": "data",
"type": "i32"
}
]
},
"mcpe_tile_event": {
"id": "0xa3",
"online": "false",
"fields": [
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "case_1",
"type": "i32"
},
{
"name": "case_2",
"type": "i32"
}
]
},
"mcpe_entity_event": {
"id": "0xa4",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "event_id",
"type": "i8"
}
]
},
"mcpe_mob_effect": {
"id": "0xa5",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "event_id",
"type": "i8"
},
{
"name": "effect_id",
"type": "i8"
},
{
"name": "amplifier",
"type": "i8"
},
{
"name": "particles",
"type": "i8"
},
{
"name": "duration",
"type": "i32"
}
]
},
"mcpe_update_attributes": {
"id": "0xa6",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "attributes",
"type": "playerattributes"
}
]
},
"mcpe_player_equipment": {
"id": "0xa7",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "item",
"type": "item"
},
{
"name": "slot",
"type": "i8"
},
{
"name": "selected_slot",
"type": "i8"
}
]
},
"mcpe_player_armor_equipment": {
"id": "0xa8",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "helmet",
"type": "item"
},
{
"name": "chestplate",
"type": "item"
},
{
"name": "leggings",
"type": "item"
},
{
"name": "boots",
"type": "item"
}
]
},
"mcpe_interact": {
"id": "0xa9",
"online": "false",
"fields": [
{
"name": "action_id",
"type": "i8"
},
{
"name": "target_entity_id",
"type": "i64"
}
]
},
"mcpe_use_item": {
"id": "0xaa",
"online": "false",
"fields": [
{
"name": "blockcoordinates",
"type": "blockcoordinates"
},
{
"name": "face",
"type": "i8"
},
{
"name": "facecoordinates",
"type": "vector3"
},
{
"name": "playerposition",
"type": "vector3"
},
{
"name": "item",
"type": "item"
}
]
},
"mcpe_player_action": {
"id": "0xab",
"online": "false",
"fields": [
{
"name": "entity_id",
"type": "i64"
},
{
"name": "action_id",
"type": "i32"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
},
{
"name": "face",
"type": "i32"
}
]
},
"mcpe_hurt_armor": {
"id": "0xac",
"online": "false",
"fields": [
{
"name": "health",
"type": "i8"
}
]
},
"mcpe_set_entity_motion": {
"id": "0xae",
"online": "false",
"fields": [
{
"name": "entities",
"type": "entitymotions"
}
]
},
"mcpe_set_entity_link": {
"id": "0xaf",
"online": "false",
"fields": [
{
"name": "rider_id",
"type": "i64"
},
{
"name": "ridden_id",
"type": "i64"
},
{
"name": "link_type",
"type": "i8"
}
]
},
"mcpe_animate": {
"id": "0xb2",
"online": "false",
"fields": [
{
"name": "action_id",
"type": "i8"
},
{
"name": "entity_id",
"type": "i64"
}
]
},
"mcpe_respawn": {
"id": "0xb3",
"online": "false",
"fields": [
{
"name": "x",
"type": "f32"
},
{
"name": "y",
"type": "f32"
},
{
"name": "z",
"type": "f32"
}
]
},
"mcpe_drop_item": {
"id": "0xb4",
"online": "false",
"fields": [
{
"name": "itemtype",
"type": "i8"
},
{
"name": "item",
"type": "item"
}
]
},
"mcpe_container_open": {
"id": "0xb5",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "type",
"type": "i8"
},
{
"name": "slot_count",
"type": "i16"
},
{
"name": "x",
"type": "i32"
},
{
"name": "y",
"type": "i32"
},
{
"name": "z",
"type": "i32"
}
]
},
"mcpe_container_close": {
"id": "0xb6",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
}
]
},
"mcpe_container_set_slot": {
"id": "0xb7",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "slot",
"type": "i16"
},
{
"name": "unknown",
"type": "i16"
},
{
"name": "item",
"type": "item"
}
]
},
"mcpe_container_set_data": {
"id": "0xb8",
"online": "false",
"fields": [
{
"name": "window_id",
"type": "i8"
},
{
"name": "property",
"type": "i16"
},
{
"name": "value",
"type": "i16"
}
]
}
}
}