mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-04 08:21:38 +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.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
digraph "CameraInstruction::FadeInstruction::ColorOption" {
|
|
rankdir = LR
|
|
115
|
|
115 -> 116
|
|
116 -> 117
|
|
115 -> 118
|
|
118 -> 119
|
|
115 -> 120
|
|
120 -> 121
|
|
|
|
115 [label="CameraInstruction::FadeInstruction::ColorOption",comment="name: \"CameraInstruction::FadeInstruction::ColorOption\", typeName: \"\", id: 115, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
116 [label="Red",comment="name: \"Red\", typeName: \"\", id: 116, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
117 [label="float",comment="name: \"float\", typeName: \"\", id: 117, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
118 [label="Green",comment="name: \"Green\", typeName: \"\", id: 118, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
119 [label="float",comment="name: \"float\", typeName: \"\", id: 119, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
120 [label="Blue",comment="name: \"Blue\", typeName: \"\", id: 120, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
121 [label="float",comment="name: \"float\", typeName: \"\", id: 121, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;117;119;121}
|
|
|
|
}
|