mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
ca7b330f4a
* Protocol for r/21_u4 NetworkProtocolVersion 748 * Addressed feedback from the community
13 lines
580 B
Plaintext
13 lines
580 B
Plaintext
digraph "std::optional<class Vec3>" {
|
|
rankdir = LR
|
|
45
|
|
45 -> 46
|
|
46 -> 47
|
|
|
|
45 [label="std::optional<class Vec3>",comment="name: \"std::optional<class Vec3>\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
46 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
47 [label="bool",comment="name: \"bool\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;47}
|
|
|
|
}
|