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