mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-22 09:49:40 +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
13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
digraph "int" {
|
|
rankdir = LR
|
|
32
|
|
32 -> 33
|
|
33 -> 34
|
|
|
|
32 [label="int",comment="name: \"int\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
33 [label="Signed Int",comment="name: \"Signed Int\", typeName: \"\", id: 33, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
34 [label="int",comment="name: \"int\", typeName: \"\", id: 34, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;34}
|
|
|
|
}
|