mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-14 23:54:45 +00:00
73 lines
3.9 KiB
XML
73 lines
3.9 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 11.0.0 (20240428.1522)
|
|
-->
|
|
<!-- Title: ServerboundLoadingScreenPacket Pages: 1 -->
|
|
<svg width="819pt" height="98pt"
|
|
viewBox="0.00 0.00 818.51 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>ServerboundLoadingScreenPacket</title>
|
|
<polygon fill="white" stroke="none" points="-4,4 -4,-94 814.51,-94 814.51,4 -4,4"/>
|
|
<!-- 0 -->
|
|
<!-- name: "ServerboundLoadingScreenPacket", typeName: "", id: 0, branchId: 312, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node1" class="node">
|
|
<title>0</title>
|
|
<ellipse fill="none" stroke="black" cx="139.39" cy="-45" rx="139.39" ry="18"/>
|
|
<text text-anchor="middle" x="139.39" y="-39.58" font-family="Times New Roman,serif" font-size="14.00">ServerboundLoadingScreenPacket</text>
|
|
</g>
|
|
<!-- 1 -->
|
|
<!-- name: "Loading Screen Packet Type", typeName: "", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node2" class="node">
|
|
<title>1</title>
|
|
<ellipse fill="none" stroke="black" cx="433.2" cy="-72" rx="118.43" ry="18"/>
|
|
<text text-anchor="middle" x="433.2" y="-66.58" font-family="Times New Roman,serif" font-size="14.00">Loading Screen Packet Type</text>
|
|
</g>
|
|
<!-- 0->1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>0->1</title>
|
|
<path fill="none" stroke="black" d="M254.04,-55.52C275.48,-57.5 297.89,-59.57 319.3,-61.55"/>
|
|
<polygon fill="black" stroke="black" points="318.95,-65.04 329.23,-62.47 319.59,-58.07 318.95,-65.04"/>
|
|
</g>
|
|
<!-- 3 -->
|
|
<!-- name: "Loading Screen Id", typeName: "std::optional<unsigned int>", id: 3, branchId: 0, recurseId: -1, attributes: 256, notes: "This will be set if the server gives us a value. If the server doesn't expect this value, then the client will get disconnected." -->
|
|
<g id="node4" class="node">
|
|
<title>3</title>
|
|
<ellipse fill="none" stroke="black" cx="433.2" cy="-18" rx="79.51" ry="18"/>
|
|
<text text-anchor="middle" x="433.2" y="-12.57" font-family="Times New Roman,serif" font-size="14.00">Loading Screen Id</text>
|
|
</g>
|
|
<!-- 0->3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>0->3</title>
|
|
<path fill="none" stroke="black" d="M254.04,-34.48C285.13,-31.61 318.26,-28.54 347.42,-25.84"/>
|
|
<polygon fill="black" stroke="black" points="347.67,-29.34 357.3,-24.93 347.02,-22.37 347.67,-29.34"/>
|
|
</g>
|
|
<!-- 2 -->
|
|
<!-- name: "varint", typeName: "", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node3" class="node">
|
|
<title>2</title>
|
|
<ellipse fill="none" stroke="black" cx="699.07" cy="-72" rx="31.1" ry="18"/>
|
|
<text text-anchor="middle" x="699.07" y="-66.58" font-family="Times New Roman,serif" font-size="14.00">varint</text>
|
|
</g>
|
|
<!-- 1->2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>1->2</title>
|
|
<path fill="none" stroke="black" d="M551.86,-72C589.14,-72 627.95,-72 656.22,-72"/>
|
|
<polygon fill="black" stroke="black" points="656.13,-75.5 666.13,-72 656.13,-68.5 656.13,-75.5"/>
|
|
</g>
|
|
<!-- 4 -->
|
|
<!-- name: "std::optional<unsigned int>", typeName: "", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node5" class="node">
|
|
<title>4</title>
|
|
<ellipse fill="none" stroke="black" cx="699.07" cy="-18" rx="111.44" ry="18"/>
|
|
<text text-anchor="middle" x="699.07" y="-12.57" font-family="Times New Roman,serif" font-size="14.00">std::optional<unsigned int></text>
|
|
</g>
|
|
<!-- 3->4 -->
|
|
<g id="edge4" class="edge">
|
|
<title>3->4</title>
|
|
<path fill="none" stroke="black" d="M513.01,-18C532.84,-18 554.58,-18 575.98,-18"/>
|
|
<polygon fill="black" stroke="black" points="575.96,-21.5 585.96,-18 575.96,-14.5 575.96,-21.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|