1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 07:18:37 +00:00
Files
bedrock-protocol-docs/dot/short.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

13 lines
477 B
Plaintext

digraph "short" {
rankdir = LR
6
6 -> 7
7 -> 8
6 [label="short",comment="name: \"short\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
7 [label="Unsigned Short",comment="name: \"Unsigned Short\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
8 [label="unsigned short",comment="name: \"unsigned short\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;8}
}