Constructor and Description |
---|
BlockIterator(Entity entity) |
BlockIterator(Entity entity,
int maxDistance) |
BlockIterator(Location loc) |
BlockIterator(Location loc,
double yOffset) |
BlockIterator(Location loc,
double yOffset,
int maxDistance) |
BlockIterator(World world,
Vector start,
Vector direction,
double yOffset,
int maxDistance) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Block |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BlockIterator(World world, Vector start, Vector direction, double yOffset, int maxDistance)
public BlockIterator(Location loc, double yOffset, int maxDistance)
public BlockIterator(Location loc, double yOffset)
public BlockIterator(Location loc)
public BlockIterator(Entity entity, int maxDistance)
public BlockIterator(Entity entity)