mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-28 15:22:41 +00:00
25 lines
1.5 KiB
Plaintext
25 lines
1.5 KiB
Plaintext
digraph "UpdateClientOptions" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
0 -> 3
|
|
3 -> 4
|
|
4 -> 5
|
|
3 -> 6
|
|
6 -> 7
|
|
7 -> 8
|
|
|
|
0 [label="UpdateClientOptions",comment="name: \"UpdateClientOptions\", typeName: \"\", id: 0, branchId: 323, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Graphics Mode Change",comment="name: \"Graphics Mode Change\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"Whether or not packet has graphics mode change\""];
|
|
2 [label="bool",comment="name: \"bool\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
3 [label="Dependency on 'Graphics Mode Change'",shape=note,comment="name: \"Dependency on 'Graphics Mode Change'\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 2, notes: \"\""];
|
|
4 [label="If False",shape=diamond,comment="name: \"If False\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 4, notes: \"\""];
|
|
5 [label="[No Data]",comment="name: \"[No Data]\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
6 [label="If True",shape=diamond,comment="name: \"If True\", typeName: \"\", id: 6, branchId: 1, recurseId: -1, attributes: 4, notes: \"\""];
|
|
7 [label="New graphics mode value",comment="name: \"New graphics mode value\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="byte",comment="name: \"byte\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2;5;8}
|
|
|
|
}
|