Uses of Class
net.minecraft.world.level.levelgen.synth.NormalNoise
Packages that use NormalNoise
Package
Description
-
Uses of NormalNoise in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as NormalNoiseModifier and TypeFieldDescriptionprivate final NormalNoiseSurfaceSystem.badlandsPillarNoiseprivate final NormalNoiseSurfaceSystem.badlandsPillarRoofNoiseprivate final NormalNoiseSurfaceSystem.badlandsSurfaceNoiseprivate final NormalNoiseSurfaceSystem.clayBandsOffsetNoiseprivate final NormalNoiseSurfaceSystem.icebergPillarNoiseprivate final NormalNoiseSurfaceSystem.icebergPillarRoofNoiseprivate final NormalNoiseSurfaceSystem.icebergSurfaceNoiseprivate final NormalNoiseDensityFunctions.Noise.noiseThe field for thenoiserecord component.private final NormalNoiseDensityFunctions.ShiftedNoise.noiseThe field for thenoiserecord component.private final NormalNoiseDensityFunctions.WeirdScaledSampler.noiseThe field for thenoiserecord component.private final NormalNoiseDensityFunctions.Shift.offsetNoiseThe field for theoffsetNoiserecord component.private final NormalNoiseDensityFunctions.ShiftA.offsetNoiseThe field for theoffsetNoiserecord component.private final NormalNoiseDensityFunctions.ShiftB.offsetNoiseThe field for theoffsetNoiserecord component.private final NormalNoiseSurfaceSystem.surfaceNoiseprivate final NormalNoiseSurfaceSystem.surfaceSecondaryNoiseFields in net.minecraft.world.level.levelgen with type parameters of type NormalNoiseModifier and TypeFieldDescriptionprivate final Map<ResourceKey<NormalNoise.NoiseParameters>,NormalNoise> SurfaceSystem.noiseIntancesMethods in net.minecraft.world.level.levelgen that return NormalNoiseModifier and TypeMethodDescriptionprotected NormalNoiseSurfaceSystem.getOrCreateNoise(ResourceKey<NormalNoise.NoiseParameters> p_189984_) static NormalNoiseNoises.instantiate(Registry<NormalNoise.NoiseParameters> p_189306_, PositionalRandomFactory p_189307_, ResourceKey<NormalNoise.NoiseParameters> p_189308_) static NormalNoiseNoises.instantiate(PositionalRandomFactory p_209648_, Holder<NormalNoise.NoiseParameters> p_209649_) DensityFunctions.Noise.noise()Returns the value of thenoiserecord component.DensityFunctions.ShiftedNoise.noise()Returns the value of thenoiserecord component.DensityFunctions.WeirdScaledSampler.noise()Returns the value of thenoiserecord component.DensityFunctions.Shift.offsetNoise()Returns the value of theoffsetNoiserecord component.DensityFunctions.ShiftA.offsetNoise()Returns the value of theoffsetNoiserecord component.DensityFunctions.ShiftB.offsetNoise()Returns the value of theoffsetNoiserecord component.DensityFunctions.ShiftNoise.offsetNoise()private static NormalNoiseNoiseRouterData.seedNoise(PositionalRandomFactory p_209525_, Registry<NormalNoise.NoiseParameters> p_209526_, Holder<NormalNoise.NoiseParameters> p_209527_) Methods in net.minecraft.world.level.levelgen with parameters of type NormalNoiseModifier and TypeMethodDescriptionDensityFunctions.Shift.withNewNoise(NormalNoise p_208866_) DensityFunctions.ShiftA.withNewNoise(NormalNoise p_208886_) DensityFunctions.ShiftB.withNewNoise(NormalNoise p_208906_) DensityFunctions.ShiftNoise.withNewNoise(NormalNoise p_208921_) Constructors in net.minecraft.world.level.levelgen with parameters of type NormalNoiseModifierConstructorDescriptionprotectedNoise(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, double xzScale, double yScale) Creates an instance of aNoiserecord class.(package private)Shift(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftrecord class.protectedShiftA(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftArecord class.protectedShiftB(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftBrecord class.protectedShiftedNoise(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aShiftedNoiserecord class.protectedWeirdScaledSampler(DensityFunction input, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, DensityFunctions.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSamplerrecord class. -
Uses of NormalNoise in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending declared as NormalNoise -
Uses of NormalNoise in net.minecraft.world.level.levelgen.feature.stateproviders
Fields in net.minecraft.world.level.levelgen.feature.stateproviders declared as NormalNoiseModifier and TypeFieldDescriptionprotected final NormalNoiseNoiseBasedStateProvider.noiseprivate final NormalNoiseDualNoiseProvider.slowNoise -
Uses of NormalNoise in net.minecraft.world.level.levelgen.synth
Methods in net.minecraft.world.level.levelgen.synth that return NormalNoiseModifier and TypeMethodDescriptionstatic NormalNoiseNormalNoise.create(RandomSource p_164355_, int p_164356_, double... p_164357_) static NormalNoiseNormalNoise.create(RandomSource p_192849_, NormalNoise.NoiseParameters p_192850_) static NormalNoiseNormalNoise.createLegacyNetherBiome(RandomSource p_192844_, NormalNoise.NoiseParameters p_192845_) Deprecated.