1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-27 05:09:01 +00:00
bedrock-protocol-docs/dot/MaterialReducerDataEntry.dot
2024-02-15 15:10:22 -08:00

29 lines
1.7 KiB
Plaintext

digraph "MaterialReducerDataEntry" {
rankdir = LR
44
44 -> 45
45 -> 46
44 -> 47
47 -> 48
48 -> 49
47 -> 50
50 -> 51
51 -> 52
50 -> 53
53 -> 54
44 [label="MaterialReducerDataEntry",comment="name: \"MaterialReducerDataEntry\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
45 [label="From Item (Key): Input",comment="name: \"From Item (Key): Input\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
46 [label="varint",comment="name: \"varint\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
47 [label="Item Ids and Counts",comment="name: \"Item Ids and Counts\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
48 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
49 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 49, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
50 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 50, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
51 [label="Item Id",comment="name: \"Item Id\", typeName: \"\", id: 51, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
52 [label="varint",comment="name: \"varint\", typeName: \"\", id: 52, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
53 [label="Item Count",comment="name: \"Item Count\", typeName: \"\", id: 53, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
54 [label="varint",comment="name: \"varint\", typeName: \"\", id: 54, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;46;49;52;54}
}