Class ChunkIterator

java.lang.Object
meteordevelopment.meteorclient.utils.world.ChunkIterator
All Implemented Interfaces:
Iterator<net.minecraft.world.chunk.Chunk>

public class ChunkIterator extends Object implements Iterator<net.minecraft.world.chunk.Chunk>
  • Constructor Details

    • ChunkIterator

      public ChunkIterator(boolean onlyWithLoadedNeighbours)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<net.minecraft.world.chunk.Chunk>
    • next

      public net.minecraft.world.chunk.Chunk next()
      Specified by:
      next in interface Iterator<net.minecraft.world.chunk.Chunk>