public abstract class AbstractPlantPopulator extends AbstractReplacingPopulator
ChancePopulator.ColumnPopulator.SkipRegistrationAsFinisher| Modifier and Type | Field and Description |
|---|---|
protected BlockFilter |
on |
protected int |
patchSize |
replacechanceEMPTY_ARRAY| Constructor and Description |
|---|
AbstractPlantPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init0(long levelSeed,
long localSeed,
StandardGenerator generator) |
protected abstract void |
placeCluster(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int x,
int y,
int z) |
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, waitfinish, getIdinitprotected BlockFilter on
protected int patchSize
protected void init0(long levelSeed,
long localSeed,
StandardGenerator generator)
init0 in class AbstractReplacingPopulatorprotected void populate0(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ)
populate0 in class ChancePopulator.Columnprotected abstract void placeCluster(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int x,
int y,
int z)
Copyright © 2020. All rights reserved.