1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 22:05:55 +00:00
bedrock-protocol-docs/dot/PlayerBlockActions.dot
2024-06-14 10:31:51 -07:00

21 lines
1.2 KiB
Plaintext

digraph "PlayerBlockActions" {
rankdir = LR
120
120 -> 121
121 -> 122
122 -> 123
121 -> 124
124 -> 125
125 -> 160
120 [label="PlayerBlockActions",comment="name: \"PlayerBlockActions\", typeName: \"\", id: 120, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
121 [label="Player Block Actions",comment="name: \"Player Block Actions\", typeName: \"\", id: 121, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
122 [label="Player Block Actions count",comment="name: \"Player Block Actions count\", typeName: \"\", id: 122, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
123 [label="varint",comment="name: \"varint\", typeName: \"\", id: 123, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
124 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 124, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
125 [label="Player Block Action",comment="name: \"Player Block Action\", typeName: \"PlayerBlockActionData\", id: 125, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
160 [label="PlayerBlockActionData",comment="name: \"PlayerBlockActionData\", typeName: \"\", id: 160, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;123;160}
}