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/PlayerEnchantOptionsPacket.dot
2024-02-15 15:10:22 -08:00

33 lines
2.1 KiB
Plaintext

digraph "PlayerEnchantOptionsPacket" {
rankdir = LR
0
0 -> 1
1 -> 2
2 -> 3
1 -> 4
4 -> 5
5 -> 6
4 -> 7
7 -> 35
4 -> 36
36 -> 37
4 -> 38
38 -> 39
0 [label="PlayerEnchantOptionsPacket",comment="name: \"PlayerEnchantOptionsPacket\", typeName: \"\", id: 0, branchId: 146, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Options",comment="name: \"Options\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
2 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
3 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
4 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
5 [label="Cost",comment="name: \"Cost\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
6 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
7 [label="Enchants",comment="name: \"Enchants\", typeName: \"ItemEnchants\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
35 [label="ItemEnchants",comment="name: \"ItemEnchants\", typeName: \"\", id: 35, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
36 [label="Enchant Name",comment="name: \"Enchant Name\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
37 [label="string",comment="name: \"string\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
38 [label="Enchant Net Id",comment="name: \"Enchant Net Id\", typeName: \"TypedServerNetId<struct RecipeNetIdTag,unsigned int,0>\", id: 38, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
39 [label="TypedServerNetId<struct RecipeNetIdTag,unsigned int,0>",comment="name: \"TypedServerNetId<struct RecipeNetIdTag,unsigned int,0>\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;3;6;35;37;39}
}