mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-04-19 05:46:28 +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
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
digraph "std::optional<struct CameraInstruction::FadeInstruction::TimeOption>" {
|
|
rankdir = LR
|
|
97
|
|
97 -> 98
|
|
98 -> 99
|
|
97 -> 100
|
|
100 -> 108
|
|
|
|
97 [label="std::optional<struct CameraInstruction::FadeInstruction::TimeOption>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction::TimeOption>\", typeName: \"\", id: 97, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
98 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 98, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
99 [label="bool",comment="name: \"bool\", typeName: \"\", id: 99, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
100 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::FadeInstruction::TimeOption\", id: 100, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
108 [label="CameraInstruction::FadeInstruction::TimeOption",comment="name: \"CameraInstruction::FadeInstruction::TimeOption\", typeName: \"\", id: 108, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;99;108}
|
|
|
|
}
|