@NotThreadSafe public class ChunkAxisAlignedBoundingBox extends Object implements Iterable<ChunkLocation>
| Constructor and Description |
|---|
ChunkAxisAlignedBoundingBox(ChunkLocation position1,
ChunkLocation position2)
Creates a new Chunk bounding box
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ChunkLocation> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ChunkAxisAlignedBoundingBox(ChunkLocation position1, ChunkLocation position2)
position1 - the first chunk cornerposition2 - the second chunk cornerpublic Iterator<ChunkLocation> iterator()
iterator in interface Iterable<ChunkLocation>Copyright © 2016. All rights reserved.