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