1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-23 13:56:11 +00:00
bedrock-protocol-docs/dot/ItemStackNetIdVariant.dot
2024-02-15 15:10:22 -08:00

13 lines
537 B
Plaintext

digraph "ItemStackNetIdVariant" {
rankdir = LR
37
37 -> 38
38 -> 39
37 [label="ItemStackNetIdVariant",comment="name: \"ItemStackNetIdVariant\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
38 [label="Raw Id (32 bit signed)",comment="name: \"Raw Id (32 bit signed)\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
39 [label="varint",comment="name: \"varint\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;39}
}