1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-21 20:49:31 +00:00
Files
bedrock-protocol-docs/dot/DoubleTag.dot
2025-07-08 11:52:36 -07:00

13 lines
453 B
Plaintext

digraph "DoubleTag" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="DoubleTag",comment="name: \"DoubleTag\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="data",comment="name: \"data\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="double",comment="name: \"double\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}