History - net.minecraft.util.math.noise.FractalNoiseParameters

26.3

Names

net.minecraft.util.math.noise.DoublePerlinNoiseSampler

net.minecraft.util.math.noise.FractalNoiseParameters

Fields

double: valueFactor, valueFactor, field_24175, amplitude

OctavePerlinNoiseSampler: first, first, field_24176, firstSampler

OctavePerlinNoiseSampler: second, second, field_24177, secondSampler

double: maxValue, maxValue, field_36631, maxValue

DoublePerlinNoiseSampler$NoiseParameters: parameters, parameters, field_37207, parameters

double: SAMPLE_COUNT, SAMPLE_COUNT, field_1_9638, field_1_9638

int: MAX_OCTAVE_COUNT, MAX_OCTAVE_COUNT, field_1_9636, MAX_OCTAVES

double: MAX_AMPLITUDE, MAX_AMPLITUDE, field_1_9635, MAX_AMPLITUDE_MODIFIER

double: PERSISTENCE, PERSISTENCE, field_1_9637, SUCCESSIVE_OCTAVES_AMPLITUDE_FACTOR

double: LACUNARITY, LACUNARITY, field_1_9634, SUCCESSIVE_OCTAVES_FREQUENCY_FACTOR

com.mojang.serialization.Codec<FractalNoiseParameters>: DIRECT_CODEC, DIRECT_CODEC, field_1_9633, CODEC

com.mojang.serialization.Codec<RegistryEntry<FractalNoiseParameters>>: CODEC, CODEC, field_1_9632, ENTRY_CODEC

FractalNoiseParameters$Parameters: parameters, parameters, field_37207, parameters

List<FractalNoiseParameters$Octave>: octaves, octaves, field_1_9640, octaves

double: normalizationFactor, normalizationFactor, field_1_9639, normalizationFactor

Interval: range, range, field_1_9641, range

Constructors

(Random, DoublePerlinNoiseSampler$NoiseParameters, boolean)

(FractalNoiseParameters$Parameters)

Methods

double (int): expectedDeviation, expectedDeviation, method_27407, createAmplitude

double (int): parityExpectedDeviation, parityExpectedDeviation, method_27407, createAmplitude

double (double, double, double): getValue, getValue, method_27406, sample

DoublePerlinNoiseSampler (Random, int, double...): create, create, method_31927, create

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): createLegacyNetherBiome, createLegacyNetherBiome, method_39186, createLegacy

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): create, create, method_38476, create

DoublePerlinNoiseSampler$NoiseParameters (): parameters, parameters, method_38475, copy

void (StringBuilder): parityConfigString, parityConfigString, method_39124, addDebugInfo

double (): maxValue, maxValue, method_40554, getMaxValue

List<FractalNoiseParameters$Octave> (int, double, int, boolean, it.unimi.dsi.fastutil.doubles.DoubleList): buildOctaves, buildOctaves, method_1_9278, getOctaves

double (it.unimi.dsi.fastutil.doubles.DoubleList, int): getAmplitudeModifier, getAmplitudeModifier, method_1_9288, getAmplitudeModifier

double (double, List<FractalNoiseParameters$Octave>): computeNormalizationFactor, computeNormalizationFactor, method_1_9280, getNormalizationFactor

double (List<FractalNoiseParameters$Octave>): estimateDeviation, estimateDeviation, method_1_9287, getScaledRmsAmplitude

FractalNoiseParameters$Builder (): builder, builder, method_1_9279, builder

FractalNoiseParameters (int, it.unimi.dsi.fastutil.doubles.DoubleList): createParity, createParity, method_1_9285, ofLegacy

FractalNoiseParameters (int, double...): createParity, createParity, method_1_9286, ofLegacy

double (int, it.unimi.dsi.fastutil.doubles.DoubleList): computeParityBaseAmplitude, computeParityBaseAmplitude, method_1_9281, getLegacyToModernNormalizationFactor

double (double, int, it.unimi.dsi.fastutil.doubles.DoubleList): computeParityNormalizationFactor, computeParityNormalizationFactor, method_1_9282, getLegacyNormalizationFactor

NoiseSampler (Random): create, create, method_1_9283, createSampler

NoiseSampler (Random): createForLegacyNetherBiome, createForLegacyNetherBiome, method_1_9284, createLegacySampler

Interval (): range, range, method_40554, getRange

void (StringBuilder, Random): parityConfigString, parityConfigString, method_39124, addDebugInfo

void (StringBuilder, Random): perlinParityConfigString, perlinParityConfigString, method_1_9293, addComponentDebugInfo

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

fke

net.minecraft.world.level.levelgen.synth.NormalNoise

net.minecraft.class_5216

net.minecraft.util.math.noise.DoublePerlinNoiseSampler

Fields

double: c, valueFactor, field_24175, amplitude, f_ybnaamri, amplitude, f_75373_

double: valueFactor, valueFactor, field_24175, amplitude

OctavePerlinNoiseSampler: d, first, field_24176, firstSampler, f_rhejgjxs, firstSampler, f_75374_

OctavePerlinNoiseSampler: first, first, field_24176, firstSampler

OctavePerlinNoiseSampler: e, second, field_24177, secondSampler, f_perpuxym, secondSampler, f_75375_

OctavePerlinNoiseSampler: second, second, field_24177, secondSampler

double: a, INPUT_FACTOR, field_31702, DOMAIN_SCALE, f_rzzxvvbq, DOMAIN_SCALE, f_164344_

double: INPUT_FACTOR, INPUT_FACTOR, field_31702, DOMAIN_SCALE

double: b, TARGET_DEVIATION, field_31703, field_31703, f_mpopnmrt, TARGET_DEVIATION, f_164345_

double: TARGET_DEVIATION, TARGET_DEVIATION, field_31703, field_31703

double: f, maxValue, field_36631, maxValue, f_baiqygce, maxValue, f_210624_

double: maxValue, maxValue, field_36631, maxValue

DoublePerlinNoiseSampler$NoiseParameters: g, parameters, field_37207, parameters, f_lwogixar, parameters, f_210625_

DoublePerlinNoiseSampler$NoiseParameters: parameters, parameters, field_37207, parameters

Constructors

Methods

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, createAmplitude, m_75384_

double (int): expectedDeviation, expectedDeviation, method_27407, createAmplitude

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, sample, m_75380_

double (double, double, double): getValue, getValue, method_27406, sample

DoublePerlinNoiseSampler (Random, int, double...): a, create, method_31927, create, m_fqracgdz, create, m_230504_

DoublePerlinNoiseSampler (Random, int, double...): create, create, method_31927, create

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, createLegacy, m_230508_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): createLegacyNetherBiome, createLegacyNetherBiome, method_39186, createLegacy

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_opixytcc, create, m_230511_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): create, create, method_38476, create

DoublePerlinNoiseSampler$NoiseParameters (): b, parameters, method_38475, copy, m_yakuabzl, parameters, m_192842_

DoublePerlinNoiseSampler$NoiseParameters (): parameters, parameters, method_38475, copy

void (StringBuilder): a, parityConfigString, method_39124, addDebugInfo, m_vkwjufrc, addDebugInfo, m_192846_

void (StringBuilder): parityConfigString, parityConfigString, method_39124, addDebugInfo

double (): a, maxValue, method_40554, getMaxValue, m_tbtekbew, getMaxValue, m_210630_

double (): maxValue, maxValue, method_40554, getMaxValue

1.21.11

Names

ffd

fke

Fields

Constructors

Methods

1.21.10

Names

Fields

Constructors

Methods

1.21.9

Names

ezo

ffd

Fields

Constructors

Methods

1.21.8

Names

Fields

Constructors

Methods

1.21.7

Names

Fields

Constructors

Methods

1.21.6

Names

exd

ezo

Fields

Constructors

Methods

1.21.5

Names

esd

exd

Fields

Constructors

Methods

1.21.4

Names

eta

esd

Fields

Constructors

Methods

1.21.3

Names

eoh

eta

Fields

Constructors

Methods

1.21.1

Names

Fields

Constructors

Methods

1.21

Names

ena

eoh

Fields

Constructors

Methods

1.20.6

Names

edu

ena

Fields

Constructors

Methods

1.20.4

Names

dzp

edu

Fields

Constructors

Methods

1.20.2

Names

dwh

dzp

Fields

Constructors

Methods

1.20.1

Names

dvo

dwh

Fields

Constructors

Methods

DoublePerlinNoiseSampler (Random, int, double...): a, create, method_31927, create, m_fqracgdz, m_fqracgdz, m_230504_

DoublePerlinNoiseSampler (Random, int, double...): a, create, method_31927, create, m_fqracgdz, create, m_230504_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_opixytcc, m_opixytcc, m_230511_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_opixytcc, create, m_230511_

1.19.4

Names

dso

dvo

Fields

Constructors

Methods

1.19.3

Names

dpa

dso

Fields

double: f, maxValue, field_36631, field_36631, f_baiqygce, maxValue, f_210624_

double: f, maxValue, field_36631, maxValue, f_baiqygce, maxValue, f_210624_

DoublePerlinNoiseSampler$NoiseParameters: g, parameters, field_37207, field_37207, f_lwogixar, parameters, f_210625_

DoublePerlinNoiseSampler$NoiseParameters: g, parameters, field_37207, parameters, f_lwogixar, parameters, f_210625_

Constructors

Methods

double (): a, maxValue, method_40554, method_40554, m_tbtekbew, getMaxValue, m_210630_

double (): a, maxValue, method_40554, getMaxValue, m_tbtekbew, getMaxValue, m_210630_

1.19.2

Names

Fields

Constructors

Methods

1.19.1

Names

dod

dpa

Fields

Constructors

Methods

1.19

Names

dic

dod

Fields

Constructors

Methods

DoublePerlinNoiseSampler (AbstractRandom, int, double...): a, create, method_31927, create, m_ahgohmkw, create, m_164354_

DoublePerlinNoiseSampler (Random, int, double...): a, create, method_31927, create, m_fqracgdz, m_fqracgdz, m_230504_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, createLegacy, m_192843_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, createLegacy, m_230508_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_hybajujb, create, m_192848_

DoublePerlinNoiseSampler (Random, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_opixytcc, m_opixytcc, m_230511_

1.18.2

Names

dha

dic

net.minecraft.util.math.noise.DoublePerlinNoiseSampler

Fields

double: c, valueFactor, field_24175, amplitude, f_ybnaamri, f_75373_

double: c, valueFactor, field_24175, amplitude, f_ybnaamri, amplitude, f_75373_

OctavePerlinNoiseSampler: d, first, field_24176, firstSampler, f_rhejgjxs, f_75374_

OctavePerlinNoiseSampler: d, first, field_24176, firstSampler, f_rhejgjxs, firstSampler, f_75374_

OctavePerlinNoiseSampler: e, second, field_24177, secondSampler, f_perpuxym, f_75375_

OctavePerlinNoiseSampler: e, second, field_24177, secondSampler, f_perpuxym, secondSampler, f_75375_

double: a, INPUT_FACTOR, field_31702, DOMAIN_SCALE, f_rzzxvvbq, f_164344_

double: a, INPUT_FACTOR, field_31702, DOMAIN_SCALE, f_rzzxvvbq, DOMAIN_SCALE, f_164344_

double: b, TARGET_DEVIATION, field_31703, field_31703, f_mpopnmrt, f_164345_

double: b, TARGET_DEVIATION, field_31703, field_31703, f_mpopnmrt, TARGET_DEVIATION, f_164345_

double: f, maxValue, field_36631, field_36631, f_baiqygce, maxValue, f_210624_

DoublePerlinNoiseSampler$NoiseParameters: g, parameters, field_37207, field_37207, f_lwogixar, parameters, f_210625_

Constructors

(AbstractRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList, boolean)

(AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters, boolean)

Methods

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, m_75384_

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, createAmplitude, m_75384_

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, m_75380_

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, sample, m_75380_

DoublePerlinNoiseSampler (AbstractRandom, int, double...): a, create, method_31927, create, m_ahgohmkw, m_164354_

DoublePerlinNoiseSampler (AbstractRandom, int, double...): a, create, method_31927, create, m_ahgohmkw, create, m_164354_

DoublePerlinNoiseSampler (AbstractRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList): a, create, method_30846, create, m_gcywimch, m_164350_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, m_192843_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, createLegacy, m_192843_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_hybajujb, m_192848_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_hybajujb, create, m_192848_

DoublePerlinNoiseSampler$NoiseParameters (): a, parameters, method_38475, copy, m_yakuabzl, m_192842_

DoublePerlinNoiseSampler$NoiseParameters (): b, parameters, method_38475, copy, m_yakuabzl, parameters, m_192842_

void (StringBuilder): a, parityConfigString, method_39124, addDebugInfo, m_vkwjufrc, m_192846_

void (StringBuilder): a, parityConfigString, method_39124, addDebugInfo, m_vkwjufrc, addDebugInfo, m_192846_

double (): a, maxValue, method_40554, method_40554, m_tbtekbew, getMaxValue, m_210630_

1.18.1

Names

Fields

Constructors

Methods

1.18

Names

ddw

dha

Fields

Constructors

(WorldGenRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList)

(AbstractRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList, boolean)

Methods

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): a, createLegacyNetherBiome, method_39186, createLegacy, m_ckkbecva, m_192843_

DoublePerlinNoiseSampler (AbstractRandom, DoublePerlinNoiseSampler$NoiseParameters): b, create, method_38476, create, m_hybajujb, m_192848_

DoublePerlinNoiseSampler$NoiseParameters (): a, parameters, method_38475, copy, m_yakuabzl, m_192842_

void (StringBuilder): a, parityConfigString, method_39124, addDebugInfo, m_vkwjufrc, m_192846_

1.17.1

Names

ddv

ddw

Fields

Constructors

Methods

1.17

Names

cua

ddv

net.minecraft.world.gen.MaxMinNoiseMixer

net.minecraft.src.C_2663_

Fields

double: a, valueFactor, field_24175, amplitude, f_ybnaamri, field_237208_a_, field_237208_a_

double: c, valueFactor, field_24175, amplitude, f_ybnaamri, f_75373_

OctavePerlinNoiseSampler: b, first, field_24176, firstSampler, f_rhejgjxs, field_237209_b_, field_237209_b_

OctavePerlinNoiseSampler: d, first, field_24176, firstSampler, f_rhejgjxs, f_75374_

OctavePerlinNoiseSampler: c, second, field_24177, secondSampler, f_perpuxym, field_237210_c_, field_237210_c_

OctavePerlinNoiseSampler: e, second, field_24177, secondSampler, f_perpuxym, f_75375_

double: a, INPUT_FACTOR, field_31702, DOMAIN_SCALE, f_rzzxvvbq, f_164344_

double: b, TARGET_DEVIATION, field_31703, field_31703, f_mpopnmrt, f_164345_

Constructors

(ChunkRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList)

(WorldGenRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList)

Methods

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, func_237212_a_, func_237212_a_

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, m_75384_

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, func_237211_a_, func_237211_a_

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, m_75380_

DoublePerlinNoiseSampler (ChunkRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList): a, create, method_30846, method_30846, m_ybnojkhp, func_242930_a, func_242930_a

DoublePerlinNoiseSampler (WorldGenRandom, int, double...): a, create, method_31927, create, m_ahgohmkw, m_164354_

DoublePerlinNoiseSampler (WorldGenRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList): a, create, method_30846, create, m_gcywimch, m_164350_

1.16.5

Names

Fields

Constructors

Methods

1.16.4

Names

ctx

cua

Fields

Constructors

Methods

1.16.3

Names

Fields

Constructors

Methods

1.16.2

Names

cwd

ctx

Fields

Constructors

(ChunkRandom, IntStream)

(ChunkRandom, List<Integer>)

(ChunkRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList)

Methods

DoublePerlinNoiseSampler (ChunkRandom, int, it.unimi.dsi.fastutil.doubles.DoubleList): a, create, method_30846, method_30846, m_ybnojkhp, func_242930_a, func_242930_a

1.16.1

Names

cwd

net.minecraft.world.level.levelgen.synth.NormalNoise

net.minecraft.class_5216

net.minecraft.util.math.noise.DoublePerlinNoiseSampler

net.minecraft.unmapped.C_rxrtfjrt

net.minecraft.world.gen.MaxMinNoiseMixer

net.minecraft.world.gen.MaxMinNoiseMixer

Fields

double: a, valueFactor, field_24175, amplitude, f_ybnaamri, field_237208_a_, field_237208_a_

OctavePerlinNoiseSampler: b, first, field_24176, firstSampler, f_rhejgjxs, field_237209_b_, field_237209_b_

OctavePerlinNoiseSampler: c, second, field_24177, secondSampler, f_perpuxym, field_237210_c_, field_237210_c_

Constructors

(ChunkRandom, IntStream)

(ChunkRandom, List<Integer>)

Methods

double (int): a, expectedDeviation, method_27407, createAmplitude, m_ehdzkncf, func_237212_a_, func_237212_a_

double (double, double, double): a, getValue, method_27406, sample, m_arbdsjeg, func_237211_a_, func_237211_a_