1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-25 18:34:58 +00:00
Files
bedrock-protocol-docs/dot/std__optional_int_.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 (#18)
* 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
2025-02-13 19:28:13 -08:00

17 lines
835 B
Plaintext

digraph "std::optional<int>" {
rankdir = LR
28
28 -> 29
29 -> 30
28 -> 31
31 -> 35
28 [label="std::optional<int>",comment="name: \"std::optional<int>\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
29 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
30 [label="bool",comment="name: \"bool\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
31 [label="Value",comment="name: \"Value\", typeName: \"int\", id: 31, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
35 [label="int",comment="name: \"int\", typeName: \"\", id: 35, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;30;35}
}