1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-20 19:19:20 +00:00
Files
bedrock-protocol-docs/dot/std__optional_class Vec3_.dot
Oswaldo Leyva Barrientos 3187c2b126 Protocol for r/21_u5 NetworkProtocolVersion 766 (#16)
* Protocol for r/21_u5 NetworkProtocolVersion 766

* Fixed README
2025-01-14 10:49:28 -08:00

13 lines
580 B
Plaintext

digraph "std::optional<class Vec3>" {
rankdir = LR
47
47 -> 48
48 -> 49
47 [label="std::optional<class Vec3>",comment="name: \"std::optional<class Vec3>\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
48 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
49 [label="bool",comment="name: \"bool\", typeName: \"\", id: 49, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;49}
}