Package ch.njol.skript.util
Class BlockSphereIterator
java.lang.Object
ch.njol.util.coll.iterator.CheckedIterator<org.bukkit.block.Block>
ch.njol.skript.util.BlockSphereIterator
- All Implemented Interfaces:
Iterator<org.bukkit.block.Block>
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.util.coll.iterator.CheckedIterator
hasNext, next, remove
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
-
Constructor Details
-
BlockSphereIterator
public BlockSphereIterator(org.bukkit.Location center, double radius)
-