Skip to content

Spawn Object Entity

Packet IDDirectionMojang NameMCP Name
0x17ClientboundAddEntityPacketPacket23VehicleSpawn

Sent to the client when an object entity should be spawned. The position is in block space.

Clientbound

FieldTypeDescription
Entity IDIntegerThe ID of the entity that will refer to this object
Object TypeByteThe type of the object
XIntegerThe X block position of the object
YIntegerThe Y block position of the object
ZIntegerThe Z block position of the object

Example Packet

FieldValue
Entity ID1298
Object Type1 (Boat)
X5669
Y68
Z-5325