mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 12:46:13 +00:00
ca7b330f4a
* Protocol for r/21_u4 NetworkProtocolVersion 748 * Addressed feedback from the community
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
digraph "CameraPresets" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 4
|
|
4 -> 5
|
|
3 -> 6
|
|
6 -> 7
|
|
7 -> 60
|
|
|
|
2 [label="CameraPresets",comment="name: \"CameraPresets\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="Presets",comment="name: \"Presets\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
4 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
5 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
6 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
7 [label="Camera Preset",comment="name: \"Camera Preset\", typeName: \"CameraPreset\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
60 [label="CameraPreset",comment="name: \"CameraPreset\", typeName: \"\", id: 60, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;5;60}
|
|
|
|
}
|