Class PerlinSimplexNoise
java.lang.Object
net.minecraft.world.level.levelgen.synth.PerlinSimplexNoise
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final SimplexNoise[]
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivatePerlinSimplexNoise(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_) PerlinSimplexNoise(RandomSource p_230546_, List<Integer> p_230547_) 
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetValue(double p_75450_, double p_75451_, boolean p_75452_) 
- 
Field Details- 
noiseLevels
- 
highestFreqValueFactorprivate final double highestFreqValueFactor
- 
highestFreqInputFactorprivate final double highestFreqInputFactor
 
- 
- 
Constructor Details- 
PerlinSimplexNoise
- 
PerlinSimplexNoiseprivate PerlinSimplexNoise(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_) 
 
- 
- 
Method Details- 
getValuepublic double getValue(double p_75450_, double p_75451_, boolean p_75452_) 
 
-