Class AbstractVectorIterator
java.lang.Object
me.hsgamer.hscore.bukkit.block.iterator.AbstractVectorIterator
- All Implemented Interfaces:
Iterator<org.bukkit.util.Vector>,VectorIterator
- Direct Known Subclasses:
BaseVectorIterator,RandomTypeVectorIterator
The abstract
VectorIterator 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.bukkit.block.iterator.VectorIterator
nextLocation, reset
-
Field Details
-
box
The box
-
-
Constructor Details
-
AbstractVectorIterator
Create a newAbstractVectorIterator- Parameters:
box- the box
-