Class AbstractPositionIterator
java.lang.Object
me.hsgamer.hscore.minecraft.block.iterator.AbstractPositionIterator
- All Implemented Interfaces:
- Iterator<Position>,- PositionIterator
- Direct Known Subclasses:
- BasePositionIterator,- RandomTypePositionIterator
The abstract 
PositionIterator for BlockBox- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, hasNext, next, removeMethods inherited from interface me.hsgamer.hscore.minecraft.block.iterator.PositionIteratorreset
- 
Field Details- 
boxThe box
 
- 
- 
Constructor Details- 
AbstractPositionIteratorCreate a newAbstractPositionIterator- Parameters:
- box- the box
 
 
-