mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
12 lines
878 B
HTML
12 lines
878 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/ItemInstanceUserData.svg" alt="ItemInstanceUserData">
|
|
<br><table><col width="10%"><col width="90%"><tr><th>Field Name</th><th>Field Notes</th></tr><tr><td>User Data Serialization Marker</td>
|
|
<td>(-1) marking start of data</td>
|
|
</tr><tr><td>User Data Serialization Version</td>
|
|
<td>Currently 1</td>
|
|
</tr><tr><td>User Data Tag(s)</td>
|
|
<td>See: <a href = "CompoundTag.html">Compound Tag</a>.</td>
|
|
</tr><tr><td>Can Place On Blocks</td>
|
|
<td>Blocks that this item can be placed on.</td>
|
|
</tr><tr><td>Can Destroy Blocks</td>
|
|
<td>Blocks that this item can destroy.</td>
|
|
</tr></table></body> </html> |