mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-12 03:08:52 +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
73 lines
3.6 KiB
XML
73 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
|
-->
|
|
<!-- Title: SettingsCommandPacket Pages: 1 -->
|
|
<svg width="506pt" height="98pt"
|
|
viewBox="0.00 0.00 505.82 98.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 94)">
|
|
<title>SettingsCommandPacket</title>
|
|
<polygon fill="white" stroke="none" points="-4,4 -4,-94 501.82,-94 501.82,4 -4,4"/>
|
|
<!-- 0 -->
|
|
<!-- name: "SettingsCommandPacket", typeName: "", id: 0, branchId: 140, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node1" class="node">
|
|
<title>0</title>
|
|
<ellipse fill="none" stroke="black" cx="104.58" cy="-45" rx="104.58" ry="18"/>
|
|
<text text-anchor="middle" x="104.58" y="-39.95" font-family="Times New Roman,serif" font-size="14.00">SettingsCommandPacket</text>
|
|
</g>
|
|
<!-- 1 -->
|
|
<!-- name: "Command", typeName: "", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: "Command to update setting." -->
|
|
<g id="node2" class="node">
|
|
<title>1</title>
|
|
<ellipse fill="none" stroke="black" cx="321.59" cy="-72" rx="50.33" ry="18"/>
|
|
<text text-anchor="middle" x="321.59" y="-66.95" font-family="Times New Roman,serif" font-size="14.00">Command</text>
|
|
</g>
|
|
<!-- 0->1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>0->1</title>
|
|
<path fill="none" stroke="black" d="M190.25,-55.63C214.37,-58.66 240.09,-61.89 262.26,-64.68"/>
|
|
<polygon fill="black" stroke="black" points="261.64,-68.12 272,-65.9 262.51,-61.18 261.64,-68.12"/>
|
|
</g>
|
|
<!-- 3 -->
|
|
<!-- name: "Suppress Output?", typeName: "", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node4" class="node">
|
|
<title>3</title>
|
|
<ellipse fill="none" stroke="black" cx="321.59" cy="-18" rx="76.43" ry="18"/>
|
|
<text text-anchor="middle" x="321.59" y="-12.95" font-family="Times New Roman,serif" font-size="14.00">Suppress Output?</text>
|
|
</g>
|
|
<!-- 0->3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>0->3</title>
|
|
<path fill="none" stroke="black" d="M190.25,-34.37C207.41,-32.21 225.38,-29.96 242.31,-27.83"/>
|
|
<polygon fill="black" stroke="black" points="242.27,-31.36 251.76,-26.64 241.4,-24.42 242.27,-31.36"/>
|
|
</g>
|
|
<!-- 2 -->
|
|
<!-- name: "string", typeName: "", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node3" class="node">
|
|
<title>2</title>
|
|
<ellipse fill="none" stroke="black" cx="465.92" cy="-72" rx="31.9" ry="18"/>
|
|
<text text-anchor="middle" x="465.92" y="-66.95" font-family="Times New Roman,serif" font-size="14.00">string</text>
|
|
</g>
|
|
<!-- 1->2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>1->2</title>
|
|
<path fill="none" stroke="black" d="M372.37,-72C388.6,-72 406.46,-72 422.12,-72"/>
|
|
<polygon fill="black" stroke="black" points="422.1,-75.5 432.1,-72 422.1,-68.5 422.1,-75.5"/>
|
|
</g>
|
|
<!-- 4 -->
|
|
<!-- name: "bool", typeName: "", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node5" class="node">
|
|
<title>4</title>
|
|
<ellipse fill="none" stroke="black" cx="465.92" cy="-18" rx="27.3" ry="18"/>
|
|
<text text-anchor="middle" x="465.92" y="-12.95" font-family="Times New Roman,serif" font-size="14.00">bool</text>
|
|
</g>
|
|
<!-- 3->4 -->
|
|
<g id="edge4" class="edge">
|
|
<title>3->4</title>
|
|
<path fill="none" stroke="black" d="M398.34,-18C408.2,-18 417.94,-18 426.8,-18"/>
|
|
<polygon fill="black" stroke="black" points="426.76,-21.5 436.76,-18 426.76,-14.5 426.76,-21.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|