1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/json/CodeBuilderSourcePacket.json

79 lines
2.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3085914774",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"360633841": {
"title": "CodeBuilderSourcePacketPayload",
"type": "object",
"properties": {
"Category": {
"title": "CodeBuilderStorageQueryOptions Category",
"type": "string",
"enum": [
"None",
"CodeStatus",
"Instantiation"
],
"x-underlying-type": "uint8",
"x-serialization-options": [
"EnumAsValue"
],
"x-ordinal-index": 1
},
"CodeStatus": {
"title": "CodeBuilderExecutionState CodeStatus",
"type": "string",
"enum": [
"None",
"NotStarted",
"InProgress",
"Paused",
"Error",
"Succeeded"
],
"x-underlying-type": "uint8",
"x-serialization-options": [
"EnumAsValue"
],
"x-ordinal-index": 2
},
"Operation": {
"title": "CodeBuilderStorageQueryOptions Operation",
"type": "string",
"enum": [
"None",
"Get",
"Set",
"Reset"
],
"x-underlying-type": "uint8",
"x-serialization-options": [
"EnumAsValue"
],
"x-ordinal-index": 0
}
},
"required": [
"Category",
"CodeStatus",
"Operation"
]
}
},
"title": "CodeBuilderSourcePacket",
"description": "This is EDU exclusive, used in getInterface() of WebviewSystem",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/360633841",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 178,
"[cereal:packet_details]": ""
}
}