1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/dot/ArmorSlotAndDamagePair.dot

17 lines
830 B
Plaintext

digraph "ArmorSlotAndDamagePair" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
0 [label="ArmorSlotAndDamagePair",comment="name: \"ArmorSlotAndDamagePair\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Armor Slot",comment="name: \"Armor Slot\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="enum SharedTypes::Legacy::ArmorSlot",comment="name: \"enum SharedTypes::Legacy::ArmorSlot\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
3 [label="Damage",comment="name: \"Damage\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
4 [label="short",comment="name: \"short\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2;4}
}