Uses of Enum Class
net.minecraft.world.level.levelgen.synth.NormalNoise.Normalization
Packages that use NormalNoise.Normalization
-
Uses of NormalNoise.Normalization in net.minecraft.world.level.levelgen.synth
Subclasses with type arguments of type NormalNoise.Normalization in net.minecraft.world.level.levelgen.synthFields in net.minecraft.world.level.levelgen.synth declared as NormalNoise.NormalizationModifier and TypeFieldDescriptionprivate NormalNoise.NormalizationNormalNoise.Builder.normalizeprivate final NormalNoise.NormalizationNormalNoise.Parameters.normalizeThe field for thenormalizerecord component.Fields in net.minecraft.world.level.levelgen.synth with type parameters of type NormalNoise.NormalizationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NormalNoise.Normalization> NormalNoise.Normalization.CODECMethods in net.minecraft.world.level.levelgen.synth that return NormalNoise.NormalizationModifier and TypeMethodDescriptionNormalNoise.Parameters.normalize()Returns the value of thenormalizerecord component.static NormalNoise.NormalizationReturns the enum constant of this class with the specified name.static NormalNoise.Normalization[]NormalNoise.Normalization.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level.levelgen.synth with parameters of type NormalNoise.NormalizationModifierConstructorDescriptionprivateParameters(double baseAmplitude, int baseOctave, int octaveCount, NormalNoise.Normalization normalize, it.unimi.dsi.fastutil.doubles.DoubleList amplitudeModifiers) Creates an instance of aParametersrecord class.