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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface me.hsgamer.hscore.minecraft.block.iterator.PositionIterator
reset
-
Field Details
-
box
The box
-
-
Constructor Details
-
AbstractPositionIterator
Create a newAbstractPositionIterator- Parameters:
box- the box
-