public abstract class DepthNoiseDecorator extends AbstractGenerationPass implements Decorator
Decorator.SkipRegistrationAsPopulatorPopulator.SkipRegistrationAsFinisher| Modifier and Type | Field and Description |
|---|---|
static net.daporkchop.lib.noise.NoiseSource |
DEPTH_NOISE |
protected net.daporkchop.lib.noise.NoiseSource |
depthNoise |
protected double |
depthNoiseFactor |
protected double |
depthNoiseOffset |
protected double |
depthNoiseScale |
protected double |
randomFactor |
EMPTY_ARRAY| Constructor and Description |
|---|
DepthNoiseDecorator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDepthNoise(org.cloudburstmc.api.level.chunk.Chunk chunk,
net.daporkchop.lib.random.PRandom random,
int x,
int z) |
protected int |
getDepthNoise(net.daporkchop.lib.random.PRandom random,
int x,
int z) |
protected void |
init0(long levelSeed,
long localSeed,
StandardGenerator generator) |
init, setSeedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecorate, finish, getId, populateinitpublic static final net.daporkchop.lib.noise.NoiseSource DEPTH_NOISE
protected net.daporkchop.lib.noise.NoiseSource depthNoise
protected double randomFactor
protected double depthNoiseScale
protected double depthNoiseFactor
protected double depthNoiseOffset
protected void init0(long levelSeed,
long localSeed,
StandardGenerator generator)
init0 in class AbstractGenerationPassprotected int getDepthNoise(org.cloudburstmc.api.level.chunk.Chunk chunk,
net.daporkchop.lib.random.PRandom random,
int x,
int z)
protected int getDepthNoise(net.daporkchop.lib.random.PRandom random,
int x,
int z)
Copyright © 2021. All rights reserved.