Object Data: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>SirCmpwn
(Created page with "== Object Data == In the "Spawn Object/Vehicle" packet, additional metadata about the spawned entity may be provided. The length and contents of this extra data depend on th...")
 
imported>SirCmpwn
(Created page with "== Object Data == In the "Spawn Object/Vehicle" packet, additional metadata about the spawned entity may be provided. The length and contents of this extra data depend on th...")
(No difference)

Revision as of 04:38, 8 July 2012

Object Data

In the "Spawn Object/Vehicle" packet, additional metadata about the spawned entity may be provided. The length and contents of this extra data depend on the type of object being spawned.

Falling Block (70)

Field Name Field Type Example Notes
Block Type int 12 BlockID | (Metadata << 0xC)

Ghast Fireball

Field Name Field Type Example Notes
Entity ID int 64 The ID of the ghast that created the fireball
Speed X short 0 The speed of the fireball
Speed Y short 0 The speed of the fireball
Speed Z short 0 The speed of the fireball