Class BlockIteratorImpl<T>

java.lang.Object
net.sandrohc.schematic4j.utils.BlockIteratorImpl<T>
All Implemented Interfaces:
Iterator<SchematicBlock>, BlockIterator

public abstract class BlockIteratorImpl<T> extends Object implements BlockIterator
  • Field Details

    • blocks

      protected final T blocks
    • width

      protected final int width
    • height

      protected final int height
    • length

      protected final int length
    • total

      protected final int total
    • x

      protected int x
    • y

      protected int y
    • z

      protected int z
    • i

      protected int i
  • Constructor Details

    • BlockIteratorImpl

      public BlockIteratorImpl(T blocks, int width, int height, int length)
  • Method Details