1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-05-04 08:21:38 +00:00
Files
bedrock-protocol-docs/dot/CameraInstruction__FadeInstruction__ColorOption.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 ()
* 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
2025-02-13 19:28:13 -08:00

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}
}