Module azalea_world::iterators

source ·
Expand description

Iterators for iterating over Minecraft blocks and chunks, based on prismarine-world’s iterators.

Structs§

  • An octahedron iterator, useful for iterating over blocks in a world.
  • A diagonal spiral iterator, useful for iterating over chunks in a world.
  • A spiral iterator, useful for iterating over chunks in a world. Use ChunkIterator to sort by x+y+z (Manhattan) distance.