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 NormalNoise
SurfaceSystem.badlandsPillarNoise
private final NormalNoise
SurfaceSystem.badlandsPillarRoofNoise
private final NormalNoise
SurfaceSystem.badlandsSurfaceNoise
private final NormalNoise
SurfaceSystem.clayBandsOffsetNoise
private final NormalNoise
SurfaceSystem.icebergPillarNoise
private final NormalNoise
SurfaceSystem.icebergPillarRoofNoise
private final NormalNoise
SurfaceSystem.icebergSurfaceNoise
private final NormalNoise
DensityFunction.NoiseHolder.noise
The field for thenoise
record component.private final NormalNoise
SurfaceSystem.surfaceNoise
private final NormalNoise
SurfaceSystem.surfaceSecondaryNoise
Fields in net.minecraft.world.level.levelgen with type parameters of type NormalNoiseModifier and TypeFieldDescriptionprivate final Map<ResourceKey<NormalNoise.NoiseParameters>,
NormalNoise> RandomState.noiseIntances
Methods in net.minecraft.world.level.levelgen that return NormalNoiseModifier and TypeMethodDescriptionRandomState.getOrCreateNoise
(ResourceKey<NormalNoise.NoiseParameters> p_224561_) static NormalNoise
Noises.instantiate
(HolderGetter<NormalNoise.NoiseParameters> p_256362_, PositionalRandomFactory p_256306_, ResourceKey<NormalNoise.NoiseParameters> p_256639_) DensityFunction.NoiseHolder.noise()
Returns the value of thenoise
record component.Constructors in net.minecraft.world.level.levelgen with parameters of type NormalNoiseModifierConstructorDescriptionNoiseHolder
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aNoiseHolder
record 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 NormalNoise
NoiseBasedStateProvider.noise
private final NormalNoise
DualNoiseProvider.slowNoise
-
Uses of NormalNoise in net.minecraft.world.level.levelgen.synth
Methods in net.minecraft.world.level.levelgen.synth that return NormalNoiseModifier and TypeMethodDescriptionstatic NormalNoise
NormalNoise.create
(RandomSource p_230505_, int p_230506_, double... p_230507_) static NormalNoise
NormalNoise.create
(RandomSource p_230512_, NormalNoise.NoiseParameters p_230513_) static NormalNoise
NormalNoise.createLegacyNetherBiome
(RandomSource p_230509_, NormalNoise.NoiseParameters p_230510_) Deprecated.