Interface LinearVectorIterator.LinearCoordinate
- Enclosing class:
- LinearVectorIterator
public static interface LinearVectorIterator.LinearCoordinate
The linear subject
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext(org.bukkit.util.Vector current, BaseVectorIterator iterator) Check if there is a next elementvoidnext(org.bukkit.util.Vector next) Get the next elementvoidreset(org.bukkit.util.Vector next, BaseVectorIterator iterator) Reset the next element
-
Method Details
-
hasNext
Check if there is a next element- Parameters:
current- the current elementiterator- the iterator- Returns:
- true if there is a next element
-
next
void next(org.bukkit.util.Vector next) Get the next element- Parameters:
next- the next element
-
reset
Reset the next element- Parameters:
next- the next elementiterator- the iterator
-