Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
563 changes: 282 additions & 281 deletions docs/ActorEventPacket.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/ActorPickRequestPacket.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,35 +122,35 @@ <h1>ActorPickRequestPacket (35)</h1>
<div class="description">Player clicks on an actor in the world, eg a chicken.</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>Field Index</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<thead>
<tr style="background-color: #f0f0f0;">
<th>Field Name</th>
<th>Type</th>
<th>Field Index</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Actor ID (Required)</strong></td>
<td>int64</td>
<td>0</td>
<td>Target Actor ID</td>
</tr>
<td>0</td>
<td>Target Actor ID</td>
</tr>
<tr>
<td><strong>Max Slots (Required)</strong></td>
<td>uint8</td>
<td>1</td>
<td>number of empty hotbar slots (to decide whether to overwrite a slot or add it to an empty one)</td>
</tr>
<td>1</td>
<td>number of empty hotbar slots (to decide whether to overwrite a slot or add it to an empty one)</td>
</tr>
<tr>
<td><strong>With Data (Required)</strong></td>
<td>boolean</td>
<td>2</td>
<td>whether we want to store the NBT data along with the item</td>
</tr>
<td>2</td>
<td>whether we want to store the NBT data along with the item</td>
</tr>
</tbody>
</table>
</table>
</div>
</div>
</body>
Expand Down
Loading