Class BiomeIteratorImpl<T>

java.lang.Object
net.sandrohc.schematic4j.utils.BiomeIteratorImpl<T>
All Implemented Interfaces:
Iterator<SchematicBiome>, BiomeIterator

public abstract class BiomeIteratorImpl<T> extends Object implements BiomeIterator
  • Field Details

    • arr

      protected final T 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

      public BiomeIteratorImpl(T arr, int width, int length)
  • Method Details