1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-24 00:01:42 +00:00
Files
bedrock-protocol-docs/dot/MapItemTrackedActor__UniqueId.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 (#18)
* Protocol for r/21_u6 NetworkProtocolVersion 776

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix README version

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix changelog release

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Add NoteBlockInstrument to protocol doc
2025-02-13 19:28:13 -08:00

31 lines
2.0 KiB
Plaintext

digraph "MapItemTrackedActor::UniqueId" {
rankdir = LR
38
38 -> 39
39 -> 40
38 -> 41
41 -> 42
42 -> 43
43 -> 44
41 -> 45
45 -> 46
46 -> 47
41 -> 48
48 -> 49
38 [label="MapItemTrackedActor::UniqueId",comment="name: \"MapItemTrackedActor::UniqueId\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
39 [label="Type",comment="name: \"Type\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
40 [label="int",comment="name: \"int\", typeName: \"\", id: 40, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
41 [label="Dependency on 'Entity ID or Block Position'",shape=note,comment="name: \"Dependency on 'Entity ID or Block Position'\", typeName: \"\", id: 41, branchId: 0, recurseId: -1, attributes: 2, notes: \"\""];
42 [label="Type Entity",shape=diamond,comment="name: \"Type Entity\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 4, notes: \"\""];
43 [label="Unique ID",comment="name: \"Unique ID\", typeName: \"ActorUniqueID\", id: 43, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
44 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
45 [label="Type BlockEntity",shape=diamond,comment="name: \"Type BlockEntity\", typeName: \"\", id: 45, branchId: 1, recurseId: -1, attributes: 4, notes: \"\""];
46 [label="Block position",comment="name: \"Block position\", typeName: \"NetworkBlockPosition\", id: 46, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
47 [label="NetworkBlockPosition",comment="name: \"NetworkBlockPosition\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
48 [label="Default",shape=diamond,comment="name: \"Default\", typeName: \"\", id: 48, branchId: 2, recurseId: -1, attributes: 4, notes: \"\""];
49 [label="[No Data]",comment="name: \"[No Data]\", typeName: \"\", id: 49, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;40;44;47;49}
}