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
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "PlayerBlockActions" {
|
|
rankdir = LR
|
|
118
|
|
118 -> 119
|
|
119 -> 120
|
|
120 -> 121
|
|
119 -> 122
|
|
122 -> 123
|
|
123 -> 158
|
|
|
|
118 [label="PlayerBlockActions",comment="name: \"PlayerBlockActions\", typeName: \"\", id: 118, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
119 [label="Player Block Actions",comment="name: \"Player Block Actions\", typeName: \"\", id: 119, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
120 [label="Player Block Actions count",comment="name: \"Player Block Actions count\", typeName: \"\", id: 120, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
121 [label="varint",comment="name: \"varint\", typeName: \"\", id: 121, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
122 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 122, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
123 [label="Player Block Action",comment="name: \"Player Block Action\", typeName: \"PlayerBlockActionData\", id: 123, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
158 [label="PlayerBlockActionData",comment="name: \"PlayerBlockActionData\", typeName: \"\", id: 158, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;121;158}
|
|
|
|
}
|