Package net.sandrohc.schematic4j.utils
Interface BiomeIterator
- All Superinterfaces:
Iterator<SchematicBiome>
- All Known Implementing Classes:
BiomeIteratorImpl
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
x
int x() -
z
int z() -
width
int width() -
length
int length()
-