类 CoarseOnionIterator
Special thanks to Jasmine and Gegy for allowing us to use their pregenerator mod as a model to use in NeoForge!
Original code: https://github.com/jaskarth/fabric-chunkpregenerator
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private CoarseOnionIterator.CellIterator
private final OnionIterator
private final int
private final int
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
从类继承的方法 com.google.common.collect.UnmodifiableIterator
remove
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.util.Iterator
forEachRemaining
-
字段详细资料
-
radius
private final int radius -
cellSize
private final int cellSize -
cells
-
cell
-
-
构造器详细资料
-
CoarseOnionIterator
public CoarseOnionIterator(int radius, int cellSize)
-
-
方法详细资料
-
computeNext
- 指定者:
computeNext
在类中com.google.common.collect.AbstractIterator<ChunkPos>
-
createCellIterator
-