Class PerlinSimplexNoise
java.lang.Object
net.minecraft.world.level.levelgen.synth.PerlinSimplexNoise
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final SimplexNoise[] - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePerlinSimplexNoise(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_) PerlinSimplexNoise(RandomSource p_230546_, List<Integer> p_230547_)  - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue(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_)  
 -