1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-05-02 15:31:46 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct CameraInstruction__SetInstruction__FacingOption_.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

17 lines
1.1 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::SetInstruction::FacingOption>" {
rankdir = LR
46
46 -> 47
47 -> 48
46 -> 49
49 -> 53
46 [label="std::optional<struct CameraInstruction::SetInstruction::FacingOption>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction::FacingOption>\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
47 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
48 [label="bool",comment="name: \"bool\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
49 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::SetInstruction::FacingOption\", id: 49, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
53 [label="CameraInstruction::SetInstruction::FacingOption",comment="name: \"CameraInstruction::SetInstruction::FacingOption\", typeName: \"\", id: 53, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;48;53}
}