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

82 lines
2.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3160430912",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3363685263": {
"title": "ChangeMobPropertyPacketPayload",
"type": "object",
"properties": {
"Actor Id": {
"$ref": "#/definitions/1221684255",
"x-ordinal-index": 0
},
"BoolComponent Value": {
"type": "boolean",
"x-ordinal-index": 2
},
"FloatComponent Value": {
"type": "number",
"x-underlying-type": "float",
"x-ordinal-index": 5
},
"IntComponent Value": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 4
},
"Property Name": {
"type": "string",
"x-ordinal-index": 1
},
"StringComponent Value": {
"type": "string",
"x-ordinal-index": 3
}
},
"required": [
"Actor Id",
"BoolComponent Value",
"FloatComponent Value",
"IntComponent Value",
"Property Name",
"StringComponent Value"
]
},
"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"
]
}
},
"title": "ChangeMobPropertyPacket",
"description": "packet containing data for changing mob property",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3363685263",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 182,
"[cereal:packet_details]": ""
}
}