Uses of Record Class
net.minecraft.world.level.levelgen.synth.NormalNoise.OctaveInfo
Packages that use NormalNoise.OctaveInfo
-
Uses of NormalNoise.OctaveInfo in net.minecraft.world.level.levelgen.synth
Fields in net.minecraft.world.level.levelgen.synth with type parameters of type NormalNoise.OctaveInfoMethods in net.minecraft.world.level.levelgen.synth that return types with arguments of type NormalNoise.OctaveInfoModifier and TypeMethodDescriptionprivate static List<NormalNoise.OctaveInfo> NormalNoise.buildOctaves(int baseOctave, double baseAmplitude, int octaveCount, boolean normalize, it.unimi.dsi.fastutil.doubles.DoubleList amplitudeModifiers) Method parameters in net.minecraft.world.level.levelgen.synth with type arguments of type NormalNoise.OctaveInfoModifier and TypeMethodDescriptionprivate static doubleNormalNoise.computeNormalizationFactor(double targetAmplitude, List<NormalNoise.OctaveInfo> octaves) private static doubleNormalNoise.estimateDeviation(List<NormalNoise.OctaveInfo> octaves)