1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-27 05:09:01 +00:00
bedrock-protocol-docs/dot/mce__UUID.dot
2024-02-15 15:10:22 -08:00

17 lines
842 B
Plaintext

digraph "mce::UUID" {
rankdir = LR
43
43 -> 44
44 -> 45
43 -> 46
46 -> 47
43 [label="mce::UUID",comment="name: \"mce::UUID\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
44 [label="Most Significant Bits",comment="name: \"Most Significant Bits\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
45 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
46 [label="Least Significant Bits",comment="name: \"Least Significant Bits\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
47 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;45;47}
}