Spawn Object Entity
| Packet ID | Direction |
0x17 | Clientbound |
Sent to the client when an object entity should be spawned. All coordinates and angles are in entity space.
Serverbound
| Field | Type | Description |
| Entity ID | Integer | The ID of the entity that will refer to this object |
| Object Type | Byte | The type of object |
| X | Integer | The X position of the object (Quantized) |
| Y | Integer | The Y position of the object (Quantized) |
| Z | Integer | The Z position of the object (Quantized) |
Example Packet
| Field | Value |
| Entity ID | 1298 |
| Object Type | 1 (Boat) |
| X | 5669.064 |
| Y | 68.4 |
| Z | -5325.32 |