1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-21 14:59:35 +00:00
Files
bedrock-protocol-docs/dot/ByteTag.dot
2025-07-08 11:52:36 -07:00

13 lines
461 B
Plaintext

digraph "ByteTag" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="ByteTag",comment="name: \"ByteTag\", 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="unsigned byte",comment="name: \"unsigned byte\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}