mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-01-30 15:01:20 +00:00
3187c2b126
* Protocol for r/21_u5 NetworkProtocolVersion 766 * Fixed README
17 lines
835 B
Plaintext
17 lines
835 B
Plaintext
digraph "std::optional<int>" {
|
|
rankdir = LR
|
|
36
|
|
36 -> 37
|
|
37 -> 38
|
|
36 -> 39
|
|
39 -> 43
|
|
|
|
36 [label="std::optional<int>",comment="name: \"std::optional<int>\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
37 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
38 [label="bool",comment="name: \"bool\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
39 [label="Value",comment="name: \"Value\", typeName: \"int\", id: 39, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
43 [label="int",comment="name: \"int\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;38;43}
|
|
|
|
}
|