1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 23:37:55 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct CameraInstruction__TargetInstruction_.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::TargetInstruction>" {
rankdir = LR
127
127 -> 128
128 -> 129
127 -> 130
130 -> 136
127 [label="std::optional<struct CameraInstruction::TargetInstruction>",comment="name: \"std::optional<struct CameraInstruction::TargetInstruction>\", typeName: \"\", id: 127, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
128 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 128, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
129 [label="bool",comment="name: \"bool\", typeName: \"\", id: 129, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
130 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::TargetInstruction\", id: 130, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
136 [label="CameraInstruction::TargetInstruction",comment="name: \"CameraInstruction::TargetInstruction\", typeName: \"\", id: 136, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;129;136}
}