Entity Chunk Format

Byte order

Entity Chunk data is stored in Big Endian byte order.

Entity Chunk NBT Data

Tag Name Tag Type Description
DataVersion IntTag Version of the chunk NBT structure.
Entities ListTag of CompoundTags Each CompoundTag is an entity.
Position IntArrayTag The chunks X, Z coordinates. Index 0 = X, Index 1 = Z.

Entities Data

An entity. See the Minecraft Wiki page for details.