Class PerlinSimplexNoise
java.lang.Object
net.minecraft.world.level.levelgen.synth.PerlinSimplexNoise
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final @Nullable SimplexNoise[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePerlinSimplexNoise(RandomSource random, it.unimi.dsi.fastutil.ints.IntSortedSet octaveSet) PerlinSimplexNoise(RandomSource random, List<Integer> octaveSet) -
Method Summary
-
Field Details
-
noiseLevels
-
highestFreqValueFactor
private final double highestFreqValueFactor -
highestFreqInputFactor
private final double highestFreqInputFactor
-
-
Constructor Details
-
PerlinSimplexNoise
-
PerlinSimplexNoise
-
-
Method Details
-
getValue
public double getValue(double x, double y, boolean useNoiseStart)
-