1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-04-30 21:34:16 +00:00
Files
Oswaldo Leyva Barrientos 6c67a709ec Protocol for 21_u7 NetworkProtocolVersion 785 ()
* Protocol for r/21_u7 Network Protocol Version 785

* Update changelog with bullets and enum changes section

* Update README

---------

Co-authored-by: Yash Shroff <yshroff@microsoft.com>
Co-authored-by: Yash Shroff <yashshroff@Yashs-MBP.local>
2025-04-07 14:12:10 -07:00

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}
}