Uses of Class
net.minecraft.world.level.levelgen.synth.NormalNoise
Package
Description
-
Uses of NormalNoise in net.minecraft.world.level.levelgen
Modifier 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
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<NormalNoise.NoiseParameters>,
NormalNoise> RandomState.noiseIntances
Modifier 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.ModifierConstructorDescriptionNoiseHolder
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aNoiseHolder
record class. -
Uses of NormalNoise in net.minecraft.world.level.levelgen.blending
-
Uses of NormalNoise in net.minecraft.world.level.levelgen.feature.stateproviders
Modifier and TypeFieldDescriptionprotected final NormalNoise
NoiseBasedStateProvider.noise
private final NormalNoise
DualNoiseProvider.slowNoise
-
Uses of NormalNoise in net.minecraft.world.level.levelgen.synth
Modifier 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.