mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-04-20 07:20:42 +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.4 KiB
Plaintext
21 lines
1.4 KiB
Plaintext
digraph "ActorDataBoundingBoxComponent" {
|
|
rankdir = LR
|
|
10
|
|
10 -> 11
|
|
11 -> 12
|
|
10 -> 13
|
|
13 -> 14
|
|
10 -> 15
|
|
15 -> 16
|
|
|
|
10 [label="ActorDataBoundingBoxComponent",comment="name: \"ActorDataBoundingBoxComponent\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
11 [label="Actor Data Bounding Box::Scale",comment="name: \"Actor Data Bounding Box::Scale\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 0, notes: \"Array where the elements stores the bounding box of scale\""];
|
|
12 [label="float",comment="name: \"float\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
13 [label="Actor Data Bounding Box::Width",comment="name: \"Actor Data Bounding Box::Width\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 0, notes: \"Array where the elements stores the bounding box of width\""];
|
|
14 [label="float",comment="name: \"float\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
15 [label="Actor Data Bounding Box::Heigth",comment="name: \"Actor Data Bounding Box::Heigth\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 0, notes: \"Array where the elements stores the bounding box of height\""];
|
|
16 [label="float",comment="name: \"float\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;12;14;16}
|
|
|
|
}
|