public class FlatRegion3DIterator extends Object implements Iterator<BlockVector>
| Constructor and Description |
|---|
FlatRegion3DIterator(FlatRegion region) |
FlatRegion3DIterator(FlatRegion region,
Iterator<Vector2D> flatIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BlockVector |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FlatRegion3DIterator(FlatRegion region, Iterator<Vector2D> flatIterator)
public FlatRegion3DIterator(FlatRegion region)
public boolean hasNext()
hasNext in interface Iterator<BlockVector>public BlockVector next()
next in interface Iterator<BlockVector>public void remove()
remove in interface Iterator<BlockVector>Copyright © 2010-2014. All Rights Reserved.