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/MapItemTrackedActor__UniqueId.dot
2024-04-25 11:47:36 -07:00

31 lines
1.9 KiB
Plaintext

digraph "MapItemTrackedActor::UniqueId" {
rankdir = LR
42
42 -> 43
43 -> 44
42 -> 45
45 -> 46
46 -> 47
47 -> 48
45 -> 49
49 -> 50
50 -> 51
45 -> 52
52 -> 53
42 [label="MapItemTrackedActor::UniqueId",comment="name: \"MapItemTrackedActor::UniqueId\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
43 [label="Type",comment="name: \"Type\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
44 [label="int",comment="name: \"int\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
45 [label="Dependency on 'Type'",shape=note,comment="name: \"Dependency on 'Type'\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 2, notes: \"\""];
46 [label="if (0)",shape=diamond,comment="name: \"if (0)\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 4, notes: \"\""];
47 [label="Unique ID",comment="name: \"Unique ID\", typeName: \"ActorUniqueID\", id: 47, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
48 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
49 [label="if (1)",shape=diamond,comment="name: \"if (1)\", typeName: \"\", id: 49, branchId: 1, recurseId: -1, attributes: 4, notes: \"\""];
50 [label="Block position",comment="name: \"Block position\", typeName: \"NetworkBlockPosition\", id: 50, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
51 [label="NetworkBlockPosition",comment="name: \"NetworkBlockPosition\", typeName: \"\", id: 51, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
52 [label="if (2)",shape=diamond,comment="name: \"if (2)\", typeName: \"\", id: 52, branchId: 2, recurseId: -1, attributes: 4, notes: \"\""];
53 [label="[No Data]",comment="name: \"[No Data]\", typeName: \"\", id: 53, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;44;48;51;53}
}