1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 19:25:16 +00:00
Files
bedrock-protocol-docs/json/GameTestRequestPacket.json

126 lines
3.9 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3910318668",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"820712576": {
"title": "BlockPos",
"type": "object",
"properties": {
"X": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
},
"Y": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 1
},
"Z": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 2
}
},
"required": [
"X",
"Y",
"Z"
]
},
"1924933243": {
"title": "GameTestRequestPacketPayload",
"type": "object",
"properties": {
"MaxTestsPerBatch": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
},
"RepeatCount": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 1
},
"Rotation": {
"title": "Rotation",
"type": "string",
"enum": [
"None",
"Rotate90",
"Rotate180",
"Rotate270",
"Clockwise90",
"Clockwise180",
"CounterClockwise90"
],
"x-underlying-type": "uint8",
"x-serialization-options": [
"EnumAsValue"
],
"x-ordinal-index": 2
},
"StopOnFailure": {
"type": "boolean",
"x-ordinal-index": 3
},
"TestName": {
"type": "string",
"x-ordinal-index": 6
},
"TestPos": {
"$ref": "#/definitions/820712576",
"x-ordinal-index": 4
},
"TestsPerRow": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 5
}
},
"required": [
"MaxTestsPerBatch",
"RepeatCount",
"Rotation",
"StopOnFailure",
"TestName",
"TestPos",
"TestsPerRow"
]
}
},
"title": "GameTestRequestPacket",
"description": "Internal Text Packet",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1924933243",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 194,
"[cereal:packet_details]": ""
}
}