1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-20 16:29:16 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct CameraInstruction__FadeInstruction_.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 (#18)
* 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

17 lines
1.0 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::FadeInstruction>" {
rankdir = LR
91
91 -> 92
92 -> 93
91 -> 94
94 -> 124
91 [label="std::optional<struct CameraInstruction::FadeInstruction>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction>\", typeName: \"\", id: 91, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
92 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 92, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
93 [label="bool",comment="name: \"bool\", typeName: \"\", id: 93, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
94 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::FadeInstruction\", id: 94, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
124 [label="CameraInstruction::FadeInstruction",comment="name: \"CameraInstruction::FadeInstruction\", typeName: \"\", id: 124, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;93;124}
}