mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 12:25:14 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1999392814",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2289978621": {
|
|
"title": "SetDisplayObjectivePacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"CriteriaName": {
|
|
"type": "string",
|
|
"x-ordinal-index": 3
|
|
},
|
|
"DisplaySlotName": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"ObjectiveDisplayName": {
|
|
"type": "string",
|
|
"x-ordinal-index": 2
|
|
},
|
|
"ObjectiveName": {
|
|
"type": "string",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"SortOrder": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 4
|
|
}
|
|
},
|
|
"required": [
|
|
"CriteriaName",
|
|
"DisplaySlotName",
|
|
"ObjectiveDisplayName",
|
|
"ObjectiveName",
|
|
"SortOrder"
|
|
]
|
|
}
|
|
},
|
|
"title": "SetDisplayObjectivePacket",
|
|
"description": "Sent from the server for 3rd party content to display current objectives and status",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2289978621",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 107,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |