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 SummaryConstructorsConstructorDescriptionLocationIterator(org.bukkit.World world, PositionIterator positionIterator) Create a new iterator
- 
Method SummaryMethods inherited from class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIteratorhasNext, next, resetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Constructor Details- 
LocationIteratorCreate a new iterator- Parameters:
- world- the world
- positionIterator- the position iterator
 
 
- 
- 
Method Details- 
convertDescription copied from class:WrappedPositionIteratorConvert the position to the type- Specified by:
- convertin class- WrappedPositionIterator<org.bukkit.Location>
- Parameters:
- position- the position
- Returns:
- the type
 
 
-