public class BushPopulator extends AbstractTreePopulator
ChancePopulator.ColumnPopulator.SkipRegistrationAsFinisher| Modifier and Type | Field and Description |
|---|---|
static org.cloudburstmc.api.util.Identifier |
ID |
protected BlockSelector |
leaves |
protected BlockSelector |
log |
protected int |
size |
height, on, replacechanceEMPTY_ARRAY| Constructor and Description |
|---|
BushPopulator() |
| Modifier and Type | Method and Description |
|---|---|
org.cloudburstmc.api.util.Identifier |
getId() |
protected void |
init0(long levelSeed,
long localSeed,
StandardGenerator generator) |
protected void |
placeTree(net.daporkchop.lib.random.PRandom random,
org.cloudburstmc.api.level.ChunkManager level,
int x,
int y,
int z) |
populateinit, setSeedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishinitpublic static final org.cloudburstmc.api.util.Identifier ID
protected BlockSelector log
protected BlockSelector leaves
protected int size
protected void init0(long levelSeed,
long localSeed,
StandardGenerator generator)
init0 in class AbstractTreePopulatorprotected void placeTree(net.daporkchop.lib.random.PRandom random,
org.cloudburstmc.api.level.ChunkManager level,
int x,
int y,
int z)
placeTree in class AbstractTreePopulatorpublic org.cloudburstmc.api.util.Identifier getId()
Copyright © 2021. All rights reserved.