Package me.hsgamer.hscore.bukkit.block
Class VectorIterator
java.lang.Object
me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator<org.bukkit.util.Vector>
me.hsgamer.hscore.bukkit.block.VectorIterator
- All Implemented Interfaces:
Iterator<org.bukkit.util.Vector>
The
PositionIterator
for Vector
-
Constructor Summary
-
Method Summary
Methods inherited from class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
hasNext, next, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
VectorIterator
Create a new iterator- Parameters:
positionIterator
- the position iterator
-
-
Method Details
-
convert
Description copied from class:WrappedPositionIterator
Convert the position to the type- Specified by:
convert
in classWrappedPositionIterator<org.bukkit.util.Vector>
- Parameters:
position
- the position- Returns:
- the type
-