类 PerlinSimplexNoise
java.lang.Object
net.minecraft.world.level.levelgen.synth.PerlinSimplexNoise
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明private
PerlinSimplexNoise
(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_) PerlinSimplexNoise
(RandomSource p_230546_, List<Integer> p_230547_) -
方法概要
-
字段详细资料
-
noiseLevels
-
highestFreqValueFactor
private final double highestFreqValueFactor -
highestFreqInputFactor
private final double highestFreqInputFactor
-
-
构造器详细资料
-
PerlinSimplexNoise
-
PerlinSimplexNoise
private PerlinSimplexNoise(RandomSource p_230543_, it.unimi.dsi.fastutil.ints.IntSortedSet p_230544_)
-
-
方法详细资料
-
getValue
public double getValue(double p_75450_, double p_75451_, boolean p_75452_)
-