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
Constructors -
Method Summary
Methods inherited from class ch.njol.util.coll.iterator.CheckedIterator
hasNext, next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BlockSphereIterator
public BlockSphereIterator(org.bukkit.Location center, double radius)
-