mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-18 14:47:55 +00:00
* Protocol for r/21_u6 NetworkProtocolVersion 776 * Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix README version * Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix changelog release * Protocol for r/21_u6 NetworkProtocolVersion 776 - Add NoteBlockInstrument to protocol doc
33 lines
2.1 KiB
Plaintext
33 lines
2.1 KiB
Plaintext
digraph "SerializedAbilitiesData" {
|
|
rankdir = LR
|
|
80
|
|
80 -> 81
|
|
81 -> 82
|
|
80 -> 83
|
|
83 -> 84
|
|
80 -> 85
|
|
85 -> 86
|
|
80 -> 87
|
|
87 -> 88
|
|
88 -> 89
|
|
87 -> 90
|
|
90 -> 91
|
|
91 -> 105
|
|
|
|
80 [label="SerializedAbilitiesData",comment="name: \"SerializedAbilitiesData\", typeName: \"\", id: 80, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
81 [label="Target Player Raw Id",comment="name: \"Target Player Raw Id\", typeName: \"\", id: 81, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
82 [label="int64",comment="name: \"int64\", typeName: \"\", id: 82, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
83 [label="Player Permissions",comment="name: \"Player Permissions\", typeName: \"\", id: 83, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
84 [label="byte",comment="name: \"byte\", typeName: \"\", id: 84, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
85 [label="Command Permissions",comment="name: \"Command Permissions\", typeName: \"\", id: 85, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
86 [label="byte",comment="name: \"byte\", typeName: \"\", id: 86, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
87 [label="Layers",comment="name: \"Layers\", typeName: \"\", id: 87, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
88 [label="List Size",comment="name: \"List Size\", typeName: \"\", id: 88, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
89 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 89, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
90 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 90, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
91 [label="Layer",comment="name: \"Layer\", typeName: \"SerializedAbilitiesData::SerializedLayer\", id: 91, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
105 [label="SerializedAbilitiesData::SerializedLayer",comment="name: \"SerializedAbilitiesData::SerializedLayer\", typeName: \"\", id: 105, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;82;84;86;89;105}
|
|
|
|
}
|