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

41 lines
2.6 KiB
Plaintext

digraph "PropertySyncData" {
rankdir = LR
61
61 -> 62
62 -> 63
63 -> 64
62 -> 65
65 -> 66
66 -> 67
65 -> 68
68 -> 69
61 -> 70
70 -> 71
71 -> 72
70 -> 73
73 -> 74
74 -> 75
73 -> 76
76 -> 77
61 [label="PropertySyncData",comment="name: \"PropertySyncData\", typeName: \"\", id: 61, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
62 [label="Int Entries List",comment="name: \"Int Entries List\", typeName: \"\", id: 62, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
63 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 63, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
64 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 64, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
65 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 65, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
66 [label="Property Index",comment="name: \"Property Index\", typeName: \"\", id: 66, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
67 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 67, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
68 [label="Data",comment="name: \"Data\", typeName: \"\", id: 68, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
69 [label="varint",comment="name: \"varint\", typeName: \"\", id: 69, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
70 [label="Float Entries List",comment="name: \"Float Entries List\", typeName: \"\", id: 70, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
71 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 71, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
72 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 72, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
73 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 73, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
74 [label="Property Index",comment="name: \"Property Index\", typeName: \"\", id: 74, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
75 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 75, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
76 [label="Data",comment="name: \"Data\", typeName: \"\", id: 76, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
77 [label="float",comment="name: \"float\", typeName: \"\", id: 77, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;64;67;69;72;75;77}
}