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

21 lines
1.2 KiB
Plaintext

digraph "CameraInstruction::SetInstruction::EntityOffsetOption" {
rankdir = LR
72
72 -> 73
73 -> 77
72 -> 78
78 -> 79
72 -> 80
80 -> 81
72 [label="CameraInstruction::SetInstruction::EntityOffsetOption",comment="name: \"CameraInstruction::SetInstruction::EntityOffsetOption\", typeName: \"\", id: 72, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
73 [label="Entity Offset X",comment="name: \"Entity Offset X\", typeName: \"float\", id: 73, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
77 [label="float",comment="name: \"float\", typeName: \"\", id: 77, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
78 [label="Entity Offset Y",comment="name: \"Entity Offset Y\", typeName: \"float\", id: 78, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
79 [label="float",comment="name: \"float\", typeName: \"\", id: 79, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
80 [label="Entity Offset Z",comment="name: \"Entity Offset Z\", typeName: \"float\", id: 80, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
81 [label="float",comment="name: \"float\", typeName: \"\", id: 81, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;77;79;81}
}