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(IChunk 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(IChunk 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 © 2020. All rights reserved.