mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-05 06:31:38 +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
870 B
Plaintext
17 lines
870 B
Plaintext
digraph "CameraInstruction::SetInstruction::EaseOption" {
|
|
rankdir = LR
|
|
16
|
|
16 -> 17
|
|
17 -> 18
|
|
16 -> 19
|
|
19 -> 20
|
|
|
|
16 [label="CameraInstruction::SetInstruction::EaseOption",comment="name: \"CameraInstruction::SetInstruction::EaseOption\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
17 [label="Easing Type",comment="name: \"Easing Type\", typeName: \"\", id: 17, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
18 [label="byte",comment="name: \"byte\", typeName: \"\", id: 18, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
19 [label="Easing Time",comment="name: \"Easing Time\", typeName: \"\", id: 19, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
20 [label="float",comment="name: \"float\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;18;20}
|
|
|
|
}
|