Class PerlinSimplexNoise
java.lang.Object
net.minecraft.world.level.levelgen.synth.PerlinSimplexNoise
-
Field Summary
Modifier and TypeFieldDescriptionprivate final double
private final double
private final SimplexNoise[]
-
Constructor Summary
ModifierConstructorDescriptionprivate
PerlinSimplexNoise
(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_) PerlinSimplexNoise
(RandomSource p_230546_, List<Integer> p_230547_) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getValue
(double p_75450_, double p_75451_, boolean p_75452_)
-
Field Details
-
noiseLevels
-
highestFreqValueFactor
private final double highestFreqValueFactor -
highestFreqInputFactor
private final double highestFreqInputFactor
-
-
Constructor Details
-
PerlinSimplexNoise
-
PerlinSimplexNoise
private PerlinSimplexNoise(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_)
-
-
Method Details
-
getValue
public double getValue(double p_75450_, double p_75451_, boolean p_75452_)
-