mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-10-13 19:45:08 +00:00
278 lines
6.2 KiB
HTML
278 lines
6.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EducationSettingsPacket (137)</title>
|
|
<style>
|
|
body {
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
margin: 0;
|
|
padding: 20px;
|
|
background-color: #f5f5f5;
|
|
line-height: 1.6;
|
|
}
|
|
.container {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
background-color: white;
|
|
padding: 30px;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
}
|
|
h1 {
|
|
color: #2c3e50;
|
|
border-bottom: 3px solid #3498db;
|
|
padding-bottom: 10px;
|
|
margin-top: 0;
|
|
}
|
|
h2 {
|
|
color: #34495e;
|
|
border-bottom: 2px solid #3498db;
|
|
padding-bottom: 5px;
|
|
margin-top: 30px;
|
|
}
|
|
h3 {
|
|
color: #555;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
h4 {
|
|
color: #666;
|
|
margin-top: 15px;
|
|
margin-bottom: 8px;
|
|
}
|
|
table {
|
|
background-color: white;
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
padding: 8px !important;
|
|
}
|
|
td {
|
|
padding: 8px !important;
|
|
}
|
|
tr:nth-child(even) {
|
|
background-color: #f9f9f9;
|
|
}
|
|
tr:hover {
|
|
background-color: #e8f4f8;
|
|
}
|
|
.description {
|
|
color: #555;
|
|
font-style: italic;
|
|
margin: 10px 0 20px 0;
|
|
padding: 10px;
|
|
background-color: #f8f9fa;
|
|
border-left: 4px solid #3498db;
|
|
}
|
|
a {
|
|
color: #3498db;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.packet-list {
|
|
columns: 3;
|
|
column-gap: 20px;
|
|
}
|
|
.packet-list li {
|
|
margin-bottom: 8px;
|
|
break-inside: avoid;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.packet-list {
|
|
columns: 2;
|
|
}
|
|
}
|
|
@media (max-width: 600px) {
|
|
.packet-list {
|
|
columns: 1;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<p><a href="index.html">← Back to Index</a></p>
|
|
<h1>EducationSettingsPacket (137)</h1>
|
|
<div class="description">Transmits EducationLevelSettings to all clients.</div>
|
|
<div class="description">Currently transmits EducationLevelSettings to all clients when the game is starting.</div>
|
|
<div style="margin-left: 0px; margin-top: 10px;">
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 100%; max-width: 800px;">
|
|
<thead>
|
|
<tr style="background-color: #f0f0f0;">
|
|
<th>Field Name</th>
|
|
<th>Type</th>
|
|
<th>Ordinal Index</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td rowspan="2"><strong>Education Level Settings</strong></td>
|
|
<td>EducationLevelSettings</td>
|
|
<td>0</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><div style="margin-left: 20px; margin-top: 10px;">
|
|
<h3>EducationLevelSettings</h3>
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 100%; max-width: 800px;">
|
|
<thead>
|
|
<tr style="background-color: #f0f0f0;">
|
|
<th>Field Name</th>
|
|
<th>Type</th>
|
|
<th>Ordinal Index</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>Code Builder Default URI</strong></td>
|
|
<td>string</td>
|
|
<td>0</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Code Builder Title</strong></td>
|
|
<td>string</td>
|
|
<td>1</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Can resize Code Builder</strong></td>
|
|
<td>boolean</td>
|
|
<td>2</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Disable legacy title bar</strong></td>
|
|
<td>boolean</td>
|
|
<td>3</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Post Process Filter</strong></td>
|
|
<td>string</td>
|
|
<td>4</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Screenshot Border Resource Path</strong></td>
|
|
<td>string</td>
|
|
<td>5</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>Agent Capabilities</strong></td>
|
|
<td>AgentCapabilities</td>
|
|
<td>6</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><div style="margin-left: 20px; margin-top: 10px;">
|
|
<h3>AgentCapabilities</h3>
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 100%; max-width: 800px;">
|
|
<thead>
|
|
<tr style="background-color: #f0f0f0;">
|
|
<th>Field Name</th>
|
|
<th>Type</th>
|
|
<th>Ordinal Index</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>Can Modify Blocks</strong></td>
|
|
<td>boolean</td>
|
|
<td>0</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>Local Settings</strong></td>
|
|
<td>EducationLocalLevelSettings</td>
|
|
<td>7</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><div style="margin-left: 20px; margin-top: 10px;">
|
|
<h3>EducationLocalLevelSettings</h3>
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 100%; max-width: 800px;">
|
|
<thead>
|
|
<tr style="background-color: #f0f0f0;">
|
|
<th>Field Name</th>
|
|
<th>Type</th>
|
|
<th>Ordinal Index</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>Code Builder Override Uri</strong></td>
|
|
<td>string</td>
|
|
<td>0</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>(Deprecated) Always False</strong></td>
|
|
<td>boolean</td>
|
|
<td>8</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>External Link Settings</strong></td>
|
|
<td>ExternalLinkSettings</td>
|
|
<td>9</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><div style="margin-left: 20px; margin-top: 10px;">
|
|
<h3>ExternalLinkSettings</h3>
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 100%; max-width: 800px;">
|
|
<thead>
|
|
<tr style="background-color: #f0f0f0;">
|
|
<th>Field Name</th>
|
|
<th>Type</th>
|
|
<th>Ordinal Index</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>URL</strong></td>
|
|
<td>string</td>
|
|
<td>0</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Display Name</strong></td>
|
|
<td>string</td>
|
|
<td>1</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |