mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 14:45:14 +00:00
119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3166459952",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"3821499363": {
|
|
"title": "struct AddPaintingPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Direction": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 3
|
|
},
|
|
"Motif": {
|
|
"type": "string",
|
|
"x-ordinal-index": 4
|
|
},
|
|
"Position": {
|
|
"$ref": "#/definitions/4004946602",
|
|
"x-ordinal-index": 2
|
|
},
|
|
"Target Actor ID": {
|
|
"$ref": "#/definitions/1221684255",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Target Runtime ID": {
|
|
"$ref": "#/definitions/3541243607",
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Direction",
|
|
"Motif",
|
|
"Position",
|
|
"Target Actor ID",
|
|
"Target Runtime ID"
|
|
]
|
|
},
|
|
"4004946602": {
|
|
"title": "Vec3",
|
|
"type": "object",
|
|
"properties": {
|
|
"X": {
|
|
"type": "number",
|
|
"x-underlying-type": "float",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Y": {
|
|
"type": "number",
|
|
"x-underlying-type": "float",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Z": {
|
|
"type": "number",
|
|
"x-underlying-type": "float",
|
|
"x-ordinal-index": 2
|
|
}
|
|
},
|
|
"required": [
|
|
"X",
|
|
"Y",
|
|
"Z"
|
|
]
|
|
},
|
|
"1221684255": {
|
|
"title": "ActorUniqueID",
|
|
"type": "object",
|
|
"properties": {
|
|
"Actor Unique ID": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int64",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Actor Unique ID"
|
|
]
|
|
},
|
|
"3541243607": {
|
|
"title": "ActorRuntimeID",
|
|
"type": "object",
|
|
"properties": {
|
|
"Actor Runtime ID": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint64",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Actor Runtime ID"
|
|
]
|
|
}
|
|
},
|
|
"title": "AddPaintingPacket",
|
|
"description": "Sends the information for a new painting actor from server to client.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/3821499363",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 22,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |