Package me.hsgamer.hscore.bukkit.block
Class LocationIterator
java.lang.Object
me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator<org.bukkit.Location>
me.hsgamer.hscore.bukkit.block.LocationIterator
- All Implemented Interfaces:
Iterator<org.bukkit.Location>
The
PositionIterator
for Location
-
Constructor Summary
ConstructorDescriptionLocationIterator
(org.bukkit.World world, PositionIterator positionIterator) Create a new iterator -
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
-
LocationIterator
Create a new iterator- Parameters:
world
- the worldpositionIterator
- the position iterator
-
-
Method Details
-
convert
Description copied from class:WrappedPositionIterator
Convert the position to the type- Specified by:
convert
in classWrappedPositionIterator<org.bukkit.Location>
- Parameters:
position
- the position- Returns:
- the type
-