mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-04 02:31:37 +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.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "CameraInstruction::FadeInstruction::TimeOption" {
|
|
rankdir = LR
|
|
101
|
|
101 -> 102
|
|
102 -> 103
|
|
101 -> 104
|
|
104 -> 105
|
|
101 -> 106
|
|
106 -> 107
|
|
|
|
101 [label="CameraInstruction::FadeInstruction::TimeOption",comment="name: \"CameraInstruction::FadeInstruction::TimeOption\", typeName: \"\", id: 101, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
102 [label="Fade In Time",comment="name: \"Fade In Time\", typeName: \"\", id: 102, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
103 [label="float",comment="name: \"float\", typeName: \"\", id: 103, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
104 [label="Hold Time",comment="name: \"Hold Time\", typeName: \"\", id: 104, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
105 [label="float",comment="name: \"float\", typeName: \"\", id: 105, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
106 [label="Fade Out Time",comment="name: \"Fade Out Time\", typeName: \"\", id: 106, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
107 [label="float",comment="name: \"float\", typeName: \"\", id: 107, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;103;105;107}
|
|
|
|
}
|