- All Implemented Interfaces:
Iterator<net.minecraft.world.chunk.Chunk>
public class ChunkIterator
extends Object
implements Iterator<net.minecraft.world.chunk.Chunk>
-
Constructor Summary
Constructors
-
Method Summary
boolean
net.minecraft.world.chunk.Chunk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>