Skip to content

Entity Chunk Format

Byte order

Entity Chunk data is stored in Big Endian byte order.

Entity Chunk NBT Data

Tag NameTag TypeDescription
DataVersionIntTagVersion of the chunk NBT structure.
EntitiesListTag of CompoundTagsEach CompoundTag is an entity.
PositionIntArrayTagThe chunks X, Z coordinates. Index 0 = X, Index 1 = Z.

Entities Data

An entity. See the Minecraft Wiki page for details.

Contributors

The avatar of contributor named as BJTMastermind BJTMastermind

Changelog

Contributors



Documentation page was setup by DexrnZacAttack.