Package net.sandrohc.schematic4j.utils
Class BiomeIteratorImpl<T>
java.lang.Object
net.sandrohc.schematic4j.utils.BiomeIteratorImpl<T>
- All Implemented Interfaces:
Iterator<SchematicBiome>,BiomeIterator
-
Field Details
-
arr
-
width
protected final int width -
length
protected final int length -
total
protected final int total -
x
protected int x -
z
protected int z -
i
protected int i
-
-
Constructor Details
-
BiomeIteratorImpl
-
-
Method Details
-
hasNext
public boolean hasNext() -
width
public int width()- Specified by:
widthin interfaceBiomeIterator
-
length
public int length()- Specified by:
lengthin interfaceBiomeIterator
-
x
public int x()- Specified by:
xin interfaceBiomeIterator
-
z
public int z()- Specified by:
zin interfaceBiomeIterator
-