Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
177 stars 47 forks source link

Iterators #62

Closed Querz closed 3 years ago

Querz commented 3 years ago

Introduce iterators for MCAFile, Chunk and Section to make it easier to iterate over blocks.

Also removed Y-value restrictions for Sections.