public class OctaveSimplexNoiseSampler extends Object implements NoiseSampler
Modifier and Type | Field and Description |
---|---|
private double |
field_20661 |
private double |
field_20662 |
private SimplexNoiseSampler[] |
octaveSamplers |
Modifier | Constructor and Description |
---|---|
private |
OctaveSimplexNoiseSampler(ChunkRandom chunkRandom,
it.unimi.dsi.fastutil.ints.IntSortedSet intSortedSet) |
|
OctaveSimplexNoiseSampler(ChunkRandom chunkRandom,
IntStream intStream) |
|
OctaveSimplexNoiseSampler(ChunkRandom chunkRandom,
List<Integer> list) |
Modifier and Type | Method and Description |
---|---|
double |
sample(double x,
double y,
boolean bool) |
double |
sample(double x,
double y,
double double2,
double double3) |
private final SimplexNoiseSampler[] octaveSamplers
private final double field_20661
private final double field_20662
public OctaveSimplexNoiseSampler(ChunkRandom chunkRandom, IntStream intStream)
public OctaveSimplexNoiseSampler(ChunkRandom chunkRandom, List<Integer> list)
private OctaveSimplexNoiseSampler(ChunkRandom chunkRandom, it.unimi.dsi.fastutil.ints.IntSortedSet intSortedSet)
public double sample(double x, double y, boolean bool)
public double sample(double x, double y, double double2, double double3)
sample
in interface NoiseSampler