1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 11:58:38 +00:00
Files
bedrock-protocol-docs/dot/PlayerLocationPacket.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

35 lines
2.2 KiB
Plaintext

digraph "PlayerLocationPacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
4 -> 5
5 -> 6
4 -> 7
7 -> 8
3 -> 9
9 -> 10
10 -> 11
3 -> 12
12 -> 13
0 [label="PlayerLocationPacket",comment="name: \"PlayerLocationPacket\", typeName: \"\", id: 0, branchId: 326, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Packet Type",comment="name: \"Packet Type\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="int",comment="name: \"int\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
3 [label="Dependency on 'Server Location Packet Type'",shape=note,comment="name: \"Dependency on 'Server Location Packet Type'\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 2, notes: \"\""];
4 [label="PlayerLocationCoordinates",shape=diamond,comment="name: \"PlayerLocationCoordinates\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 4, notes: \"\""];
5 [label="Target Actor ID",comment="name: \"Target Actor ID\", typeName: \"ActorUniqueID\", id: 5, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
6 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
7 [label="Position",comment="name: \"Position\", typeName: \"Vec3\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
8 [label="Vec3",comment="name: \"Vec3\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
9 [label="PlayerLocationHide",shape=diamond,comment="name: \"PlayerLocationHide\", typeName: \"\", id: 9, branchId: 1, recurseId: -1, attributes: 4, notes: \"\""];
10 [label="Target Actor ID",comment="name: \"Target Actor ID\", typeName: \"ActorUniqueID\", id: 10, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
11 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
12 [label="Default",shape=diamond,comment="name: \"Default\", typeName: \"\", id: 12, branchId: 2, recurseId: -1, attributes: 4, notes: \"\""];
13 [label="[No Data]",comment="name: \"[No Data]\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2;6;8;11;13}
}