1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 22:05:55 +00:00
bedrock-protocol-docs/dot/ItemStackRequestSlotInfo.dot
2024-06-14 10:31:51 -07:00

21 lines
1.1 KiB
Plaintext

digraph "ItemStackRequestSlotInfo" {
rankdir = LR
97
97 -> 98
98 -> 99
97 -> 100
100 -> 101
97 -> 102
102 -> 103
97 [label="ItemStackRequestSlotInfo",comment="name: \"ItemStackRequestSlotInfo\", typeName: \"\", id: 97, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
98 [label="Open container net id",comment="name: \"Open container net id\", typeName: \"\", id: 98, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
99 [label="byte",comment="name: \"byte\", typeName: \"\", id: 99, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
100 [label="Slot",comment="name: \"Slot\", typeName: \"\", id: 100, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
101 [label="byte",comment="name: \"byte\", typeName: \"\", id: 101, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
102 [label="Raw Id (32 bit signed)",comment="name: \"Raw Id (32 bit signed)\", typeName: \"\", id: 102, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
103 [label="varint",comment="name: \"varint\", typeName: \"\", id: 103, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;99;101;103}
}