mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 06:35:12 +00:00
137 lines
4.3 KiB
JSON
137 lines
4.3 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2331457496",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2719525183": {
|
|
"title": "EducationSettingsPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Education Level Settings": {
|
|
"$ref": "#/definitions/3556225321",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Education Level Settings"
|
|
]
|
|
},
|
|
"3556225321": {
|
|
"title": "EducationLevelSettings",
|
|
"type": "object",
|
|
"properties": {
|
|
"(Deprecated) Always False": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 8
|
|
},
|
|
"Agent Capabilities": {
|
|
"$ref": "#/definitions/899239475",
|
|
"x-ordinal-index": 6
|
|
},
|
|
"Can resize Code Builder": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 2
|
|
},
|
|
"Code Builder Default URI": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Code Builder Title": {
|
|
"type": "string",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Disable legacy title bar": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 3
|
|
},
|
|
"External Link Settings": {
|
|
"$ref": "#/definitions/1442396934",
|
|
"x-ordinal-index": 9
|
|
},
|
|
"Local Settings": {
|
|
"$ref": "#/definitions/3861729832",
|
|
"x-ordinal-index": 7
|
|
},
|
|
"Post Process Filter": {
|
|
"type": "string",
|
|
"x-ordinal-index": 4
|
|
},
|
|
"Screenshot Border Resource Path": {
|
|
"type": "string",
|
|
"x-ordinal-index": 5
|
|
}
|
|
},
|
|
"required": [
|
|
"(Deprecated) Always False",
|
|
"Agent Capabilities",
|
|
"Can resize Code Builder",
|
|
"Code Builder Default URI",
|
|
"Code Builder Title",
|
|
"Disable legacy title bar",
|
|
"External Link Settings",
|
|
"Local Settings",
|
|
"Post Process Filter",
|
|
"Screenshot Border Resource Path"
|
|
]
|
|
},
|
|
"899239475": {
|
|
"title": "AgentCapabilities",
|
|
"type": "object",
|
|
"properties": {
|
|
"Can Modify Blocks": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Can Modify Blocks"
|
|
]
|
|
},
|
|
"1442396934": {
|
|
"title": "ExternalLinkSettings",
|
|
"type": "object",
|
|
"properties": {
|
|
"Display Name": {
|
|
"type": "string",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"URL": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Display Name",
|
|
"URL"
|
|
]
|
|
},
|
|
"3861729832": {
|
|
"title": "EducationLocalLevelSettings",
|
|
"type": "object",
|
|
"properties": {
|
|
"Code Builder Override Uri": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Code Builder Override Uri"
|
|
]
|
|
}
|
|
},
|
|
"title": "EducationSettingsPacket",
|
|
"description": "Transmits EducationLevelSettings to all clients.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2719525183",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 137,
|
|
"[cereal:packet_details]": "Currently transmits EducationLevelSettings to all clients when the game is starting."
|
|
}
|
|
} |