mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-16 06:04:44 +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
47 lines
2.3 KiB
XML
47 lines
2.3 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: EntityNetId Pages: 1 -->
|
|
<svg width="401pt" height="44pt"
|
|
viewBox="0.00 0.00 401.42 44.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 40)">
|
|
<title>EntityNetId</title>
|
|
<polygon fill="white" stroke="none" points="-4,4 -4,-40 397.42,-40 397.42,4 -4,4"/>
|
|
<!-- 2 -->
|
|
<!-- name: "EntityNetId", typeName: "", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node1" class="node">
|
|
<title>2</title>
|
|
<ellipse fill="none" stroke="black" cx="54.42" cy="-18" rx="54.42" ry="18"/>
|
|
<text text-anchor="middle" x="54.42" y="-12.95" font-family="Times New Roman,serif" font-size="14.00">EntityNetId</text>
|
|
</g>
|
|
<!-- 3 -->
|
|
<!-- name: "Raw Id", typeName: "", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node2" class="node">
|
|
<title>3</title>
|
|
<ellipse fill="none" stroke="black" cx="182.89" cy="-18" rx="38.04" ry="18"/>
|
|
<text text-anchor="middle" x="182.89" y="-12.95" font-family="Times New Roman,serif" font-size="14.00">Raw Id</text>
|
|
</g>
|
|
<!-- 2->3 -->
|
|
<g id="edge1" class="edge">
|
|
<title>2->3</title>
|
|
<path fill="none" stroke="black" d="M109.06,-18C117.11,-18 125.37,-18 133.31,-18"/>
|
|
<polygon fill="black" stroke="black" points="133.13,-21.5 143.13,-18 133.13,-14.5 133.13,-21.5"/>
|
|
</g>
|
|
<!-- 4 -->
|
|
<!-- name: "unsigned varint", typeName: "", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node3" class="node">
|
|
<title>4</title>
|
|
<ellipse fill="none" stroke="black" cx="325.17" cy="-18" rx="68.24" ry="18"/>
|
|
<text text-anchor="middle" x="325.17" y="-12.95" font-family="Times New Roman,serif" font-size="14.00">unsigned varint</text>
|
|
</g>
|
|
<!-- 3->4 -->
|
|
<g id="edge2" class="edge">
|
|
<title>3->4</title>
|
|
<path fill="none" stroke="black" d="M221.11,-18C228.65,-18 236.84,-18 245.2,-18"/>
|
|
<polygon fill="black" stroke="black" points="245.14,-21.5 255.14,-18 245.14,-14.5 245.14,-21.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|