mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-18 20:37:55 +00:00
* 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
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "PlayerBlockActions" {
|
|
rankdir = LR
|
|
127
|
|
127 -> 128
|
|
128 -> 129
|
|
129 -> 130
|
|
128 -> 131
|
|
131 -> 132
|
|
132 -> 166
|
|
|
|
127 [label="PlayerBlockActions",comment="name: \"PlayerBlockActions\", typeName: \"\", id: 127, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
128 [label="Player Block Actions",comment="name: \"Player Block Actions\", typeName: \"\", id: 128, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
129 [label="Size",comment="name: \"Size\", typeName: \"\", id: 129, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
130 [label="varint",comment="name: \"varint\", typeName: \"\", id: 130, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
131 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 131, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
132 [label="Player Block Action",comment="name: \"Player Block Action\", typeName: \"PlayerBlockActionData\", id: 132, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
166 [label="PlayerBlockActionData",comment="name: \"PlayerBlockActionData\", typeName: \"\", id: 166, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;130;166}
|
|
|
|
}
|