1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-20 10:39:32 +00:00
Files
bedrock-protocol-docs/dot/ActorLink.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

33 lines
2.0 KiB
Plaintext

digraph "ActorLink" {
rankdir = LR
112
112 -> 113
113 -> 114
112 -> 115
115 -> 116
112 -> 117
117 -> 118
112 -> 119
119 -> 120
112 -> 121
121 -> 122
112 -> 123
123 -> 124
112 [label="ActorLink",comment="name: \"ActorLink\", typeName: \"\", id: 112, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
113 [label="Target A",comment="name: \"Target A\", typeName: \"ActorUniqueID\", id: 113, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
114 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 114, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
115 [label="Target B",comment="name: \"Target B\", typeName: \"ActorUniqueID\", id: 115, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
116 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 116, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
117 [label="Type",comment="name: \"Type\", typeName: \"\", id: 117, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
118 [label="byte",comment="name: \"byte\", typeName: \"\", id: 118, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
119 [label="Immediate",comment="name: \"Immediate\", typeName: \"\", id: 119, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
120 [label="bool",comment="name: \"bool\", typeName: \"\", id: 120, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
121 [label="Passenger Initiated",comment="name: \"Passenger Initiated\", typeName: \"\", id: 121, branchId: 0, recurseId: -1, attributes: 0, notes: \"Whether the link was changed by the passenger\""];
122 [label="bool",comment="name: \"bool\", typeName: \"\", id: 122, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
123 [label="Vehicle Angular Velocity",comment="name: \"Vehicle Angular Velocity\", typeName: \"\", id: 123, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
124 [label="float",comment="name: \"float\", typeName: \"\", id: 124, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;114;116;118;120;122;124}
}