mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
ca7b330f4a
* Protocol for r/21_u4 NetworkProtocolVersion 748 * Addressed feedback from the community
13 lines
761 B
Plaintext
13 lines
761 B
Plaintext
digraph "MoveActorAbsolutePacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 15
|
|
|
|
0 [label="MoveActorAbsolutePacket",comment="name: \"MoveActorAbsolutePacket\", typeName: \"\", id: 0, branchId: 18, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Move Data",comment="name: \"Move Data\", typeName: \"MoveActorAbsoluteData\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"This is used in legacy client authoritative movement mode to move a client predicted vehicle that the client is in control of. In any other case this is client bound for normal actor motion updates.\""];
|
|
15 [label="MoveActorAbsoluteData",comment="name: \"MoveActorAbsoluteData\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;15}
|
|
|
|
}
|