mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-19 00:07:57 +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
537 B
Plaintext
13 lines
537 B
Plaintext
digraph "ItemStackNetIdVariant" {
|
|
rankdir = LR
|
|
34
|
|
34 -> 35
|
|
35 -> 36
|
|
|
|
34 [label="ItemStackNetIdVariant",comment="name: \"ItemStackNetIdVariant\", typeName: \"\", id: 34, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
35 [label="Raw Id (32 bit signed)",comment="name: \"Raw Id (32 bit signed)\", typeName: \"\", id: 35, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
36 [label="varint",comment="name: \"varint\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;36}
|
|
|
|
}
|