Interface VectorIterator
- All Superinterfaces:
Iterator<org.bukkit.util.Vector>
- All Known Implementing Classes:
AbstractVectorIterator,BaseVectorIterator,LinearVectorIterator,RandomTypeVectorIterator,RandomVectorIterator
The
Iterator for Vector-
Method Summary
Modifier and TypeMethodDescriptiondefault org.bukkit.LocationnextLocation(org.bukkit.World world) Get the nextLocationvoidreset()Reset the iteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
reset
void reset()Reset the iterator -
nextLocation
default org.bukkit.Location nextLocation(org.bukkit.World world) Get the nextLocation- Parameters:
world- the world- Returns:
- the next location
-