mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
ca7b330f4a
* Protocol for r/21_u4 NetworkProtocolVersion 748 * Addressed feedback from the community
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
digraph "SetMovementAuthorityPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
|
|
0 [label="SetMovementAuthorityPacket",comment="name: \"SetMovementAuthorityPacket\", typeName: \"\", id: 0, branchId: 319, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="NewAuthMovementMode",comment="name: \"NewAuthMovementMode\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
2 [label="byte",comment="name: \"byte\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2}
|
|
|
|
}
|