mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-23 10:01:39 +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
13 lines
538 B
Plaintext
13 lines
538 B
Plaintext
digraph "CameraPresetsPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 96
|
|
|
|
0 [label="CameraPresetsPacket",comment="name: \"CameraPresetsPacket\", typeName: \"\", id: 0, branchId: 198, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Camera Presets",comment="name: \"Camera Presets\", typeName: \"CameraPresets\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
96 [label="CameraPresets",comment="name: \"CameraPresets\", typeName: \"\", id: 96, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;96}
|
|
|
|
}
|