public class LakePopulator extends ChancePopulator.Column
ChancePopulator.ColumnPopulator.SkipRegistrationAsFinisher| Modifier and Type | Field and Description |
|---|---|
protected static net.daporkchop.lib.common.pool.handle.HandledPool<BitSet> |
BITSET_CACHE |
protected BlockSelector |
block |
protected BlockSelector |
border |
protected IntRange |
height |
static Identifier |
ID |
protected BlockFilter |
replaceWithSurface |
protected BlockFilter |
surfaceBlocks |
chanceEMPTY_ARRAY| Constructor and Description |
|---|
LakePopulator() |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getId() |
protected void |
init0(long levelSeed,
long localSeed,
StandardGenerator generator) |
protected void |
populate0(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ) |
populateinit, setSeedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishinitpublic static final Identifier ID
protected static final net.daporkchop.lib.common.pool.handle.HandledPool<BitSet> BITSET_CACHE
protected IntRange height
protected BlockSelector block
protected BlockSelector border
protected BlockFilter surfaceBlocks
protected BlockFilter replaceWithSurface
protected void init0(long levelSeed,
long localSeed,
StandardGenerator generator)
init0 in class ChancePopulatorprotected void populate0(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ)
populate0 in class ChancePopulator.Columnpublic Identifier getId()
Copyright © 2020. All rights reserved.