1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-20 23:59:19 +00:00
Files
bedrock-protocol-docs/dot/MapDecoration.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

33 lines
1.9 KiB
Plaintext

digraph "MapDecoration" {
rankdir = LR
56
56 -> 57
57 -> 58
56 -> 59
59 -> 60
56 -> 61
61 -> 62
56 -> 63
63 -> 64
56 -> 65
65 -> 66
56 -> 67
67 -> 68
56 [label="MapDecoration",comment="name: \"MapDecoration\", typeName: \"\", id: 56, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
57 [label="Map Decoration Type",comment="name: \"Map Decoration Type\", typeName: \"\", id: 57, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
58 [label="byte",comment="name: \"byte\", typeName: \"\", id: 58, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
59 [label="Rotation",comment="name: \"Rotation\", typeName: \"\", id: 59, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
60 [label="byte",comment="name: \"byte\", typeName: \"\", id: 60, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
61 [label="X",comment="name: \"X\", typeName: \"\", id: 61, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
62 [label="byte",comment="name: \"byte\", typeName: \"\", id: 62, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
63 [label="Y",comment="name: \"Y\", typeName: \"\", id: 63, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
64 [label="byte",comment="name: \"byte\", typeName: \"\", id: 64, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
65 [label="Label",comment="name: \"Label\", typeName: \"\", id: 65, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
66 [label="string",comment="name: \"string\", typeName: \"\", id: 66, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
67 [label="Color - ARGB",comment="name: \"Color - ARGB\", typeName: \"\", id: 67, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
68 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 68, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;58;60;62;64;66;68}
}