1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-05-03 21:51:36 +00:00
Files
bedrock-protocol-docs/dot/MovementAttributesComponent.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

33 lines
2.2 KiB
Plaintext

digraph "MovementAttributesComponent" {
rankdir = LR
19
19 -> 20
20 -> 21
19 -> 22
22 -> 23
19 -> 24
24 -> 25
19 -> 26
26 -> 27
19 -> 28
28 -> 29
19 -> 30
30 -> 31
19 [label="MovementAttributesComponent",comment="name: \"MovementAttributesComponent\", typeName: \"\", id: 19, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
20 [label="Movement Speed",comment="name: \"Movement Speed\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 0, notes: \"Movement Speed Attribute, or 0.0f if not exist\""];
21 [label="float",comment="name: \"float\", typeName: \"\", id: 21, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
22 [label="Underwater Movement Speed",comment="name: \"Underwater Movement Speed\", typeName: \"\", id: 22, branchId: 0, recurseId: -1, attributes: 0, notes: \"Underwater Movement Speed Attribute, or 0.0f if not exist\""];
23 [label="float",comment="name: \"float\", typeName: \"\", id: 23, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
24 [label="Lava Movement Speed",comment="name: \"Lava Movement Speed\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 0, notes: \"Lava Movement Speed Attribute, or 0.0f if not exist\""];
25 [label="float",comment="name: \"float\", typeName: \"\", id: 25, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
26 [label="Jump Strength",comment="name: \"Jump Strength\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 0, notes: \"Jump Strength Attribute, or 0.0f if not exist\""];
27 [label="float",comment="name: \"float\", typeName: \"\", id: 27, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
28 [label="Health",comment="name: \"Health\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 0, notes: \"Health Attribute, or 0.0f if not exist\""];
29 [label="float",comment="name: \"float\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
30 [label="Hunger",comment="name: \"Hunger\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 0, notes: \"Hunger Attribute, or 0.0f if not exist\""];
31 [label="float",comment="name: \"float\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;21;23;25;27;29;31}
}