mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-23 22:51:45 +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
548 B
Plaintext
13 lines
548 B
Plaintext
digraph "NetworkPermissions" {
|
|
rankdir = LR
|
|
192
|
|
192 -> 193
|
|
193 -> 194
|
|
|
|
192 [label="NetworkPermissions",comment="name: \"NetworkPermissions\", typeName: \"\", id: 192, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
193 [label="serverAuthSoundEnabled",comment="name: \"serverAuthSoundEnabled\", typeName: \"\", id: 193, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
194 [label="bool",comment="name: \"bool\", typeName: \"\", id: 194, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;194}
|
|
|
|
}
|