mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
12 lines
864 B
HTML
12 lines
864 B
HTML
<!DOCTYPE html> <html> <head><style>table{font-family: arial, sans-serif;border-collapse: collapse;width: 100% ;}.tab { margin-left: 40px; }td, th{text-align: left;padding: 8px;}tr:nth-child(even) {background-color: #dddddd;}div#expand{display:block;}</style> </head> <body><img src="svg/BossEventPacket.svg" alt="BossEventPacket">
|
|
<br><table><col width="10%"><col width="90%"><tr><th>Field Name</th><th>Field Notes</th></tr><tr><td>Name</td>
|
|
<td>Name of the boss to add</td>
|
|
</tr><tr><td>Health Percent</td>
|
|
<td>Health value of the boss</td>
|
|
</tr><tr><td>Darken Screen</td>
|
|
<td>A boolean value for whether or not we should darken the screen (has a 0 or 1 value)</td>
|
|
</tr><tr><td>Color</td>
|
|
<td>color for the boss bar, listed in an enumeration</td>
|
|
</tr><tr><td>Overlay</td>
|
|
<td>overlay for the boss bar, listed in an enumeration</td>
|
|
</tr></table></body> </html> |