mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-08-07 01:01:56 +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::SetInstruction::PosOption>" {
|
|
rankdir = LR
|
|
24
|
|
24 -> 25
|
|
25 -> 26
|
|
24 -> 27
|
|
27 -> 31
|
|
|
|
24 [label="std::optional<struct CameraInstruction::SetInstruction::PosOption>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction::PosOption>\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
25 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 25, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
26 [label="bool",comment="name: \"bool\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
27 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::SetInstruction::PosOption\", id: 27, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
31 [label="CameraInstruction::SetInstruction::PosOption",comment="name: \"CameraInstruction::SetInstruction::PosOption\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;26;31}
|
|
|
|
}
|