Skip to content

Entity Chunk Format

Byte order

Entity Chunk data is stored in Big Endian byte order.

NBT structure

  • The root tag.
    • DataVersion: Version of the chunk NBT structure.
    • Position: The chunks X, Z coordinates. Index 0 = X, Index 1 = Z.
      • X coordinate.
      • Z coordinate.
    • Entities: ListTag of CompoundTags | Each CompoundTag is an entity.

License & Credits

This file is licensed under CC BY-NC-SA 3.0.

The information here is from this Minecraft wiki page with some wording tweaked and/or simplify

Contributors

The avatar of contributor named as BJTMastermind BJTMastermind
The avatar of contributor named as Dexrn ZacAttack Dexrn ZacAttack

Changelog

Contributors



Documentation page was setup by DexrnZacAttack.


Documentation is licensed under Creative Commons CC-BY 4.0 unless otherwise noted. For more info, check the NOTICE file.