mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-02-24 00:25:58 +00:00
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "ItemStackRequestSlotInfo" {
|
|
rankdir = LR
|
|
99
|
|
99 -> 100
|
|
100 -> 106
|
|
99 -> 107
|
|
107 -> 108
|
|
99 -> 109
|
|
109 -> 110
|
|
|
|
99 [label="ItemStackRequestSlotInfo",comment="name: \"ItemStackRequestSlotInfo\", typeName: \"\", id: 99, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
100 [label="Full container name.",comment="name: \"Full container name.\", typeName: \"FullContainerName\", id: 100, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
106 [label="FullContainerName",comment="name: \"FullContainerName\", typeName: \"\", id: 106, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
107 [label="Slot",comment="name: \"Slot\", typeName: \"\", id: 107, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
108 [label="byte",comment="name: \"byte\", typeName: \"\", id: 108, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
109 [label="Raw Id (32 bit signed)",comment="name: \"Raw Id (32 bit signed)\", typeName: \"\", id: 109, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
110 [label="varint",comment="name: \"varint\", typeName: \"\", id: 110, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;106;108;110}
|
|
|
|
}
|