1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-15 06:54:42 +00:00
Files
bedrock-protocol-docs/dot/PlayerBlockActions.dot

21 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2024-02-15 15:10:22 -08:00
digraph "PlayerBlockActions" {
rankdir = LR
127
127 -> 128
128 -> 129
129 -> 130
128 -> 131
131 -> 132
132 -> 166
2024-02-15 15:10:22 -08:00
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}
2024-02-15 15:10:22 -08:00
}