-
Constructors in net.minecraft.util.math.noise with parameters of type WorldGenRandom
Constructor |
Description |
DoublePerlinNoiseSampler(WorldGenRandom random,
int offset,
DoubleList octaves) |
|
InterpolatedNoiseSampler(WorldGenRandom random) |
|
OctavePerlinNoiseSampler(WorldGenRandom random,
com.mojang.datafixers.util.Pair<Integer,DoubleList> offsetAndAmplitudes) |
|
OctavePerlinNoiseSampler(WorldGenRandom worldGenRandom,
com.mojang.datafixers.util.Pair<Integer,DoubleList> pair,
LongFunction<WorldGenRandom> longFunction) |
|
OctavePerlinNoiseSampler(WorldGenRandom random,
IntSortedSet octaves) |
|
OctavePerlinNoiseSampler(WorldGenRandom worldGenRandom,
IntSortedSet intSortedSet,
LongFunction<WorldGenRandom> longFunction) |
|
OctavePerlinNoiseSampler(WorldGenRandom random,
List<Integer> octaves) |
|
OctavePerlinNoiseSampler(WorldGenRandom random,
IntStream octaves) |
|
OctaveSimplexNoiseSampler(WorldGenRandom random,
IntSortedSet octaves) |
|
OctaveSimplexNoiseSampler(WorldGenRandom random,
List<Integer> octaves) |
|
OctaveSimplexNoiseSampler(WorldGenRandom random,
IntStream octaves) |
|
PerlinNoiseSampler(WorldGenRandom random) |
|
SimplexNoiseSampler(WorldGenRandom random) |
|
-