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
DensityFunctions.Noise.noise
The field for thenoise
record component.private final NormalNoise
DensityFunctions.ShiftedNoise.noise
The field for thenoise
record component.private final NormalNoise
DensityFunctions.WeirdScaledSampler.noise
The field for thenoise
record component.private final NormalNoise
DensityFunctions.Shift.offsetNoise
The field for theoffsetNoise
record component.private final NormalNoise
DensityFunctions.ShiftA.offsetNoise
The field for theoffsetNoise
record component.private final NormalNoise
DensityFunctions.ShiftB.offsetNoise
The field for theoffsetNoise
record component.private final NormalNoise
SurfaceSystem.surfaceNoise
private final NormalNoise
SurfaceSystem.surfaceSecondaryNoise
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<NormalNoise.NoiseParameters>,
NormalNoise> SurfaceSystem.noiseIntances
Modifier and TypeMethodDescriptionprotected NormalNoise
SurfaceSystem.getOrCreateNoise
(ResourceKey<NormalNoise.NoiseParameters> p_189984_) static NormalNoise
Noises.instantiate
(Registry<NormalNoise.NoiseParameters> p_189306_, PositionalRandomFactory p_189307_, ResourceKey<NormalNoise.NoiseParameters> p_189308_) static NormalNoise
Noises.instantiate
(PositionalRandomFactory p_209648_, Holder<NormalNoise.NoiseParameters> p_209649_) DensityFunctions.Noise.noise()
Returns the value of thenoise
record component.DensityFunctions.ShiftedNoise.noise()
Returns the value of thenoise
record component.DensityFunctions.WeirdScaledSampler.noise()
Returns the value of thenoise
record component.DensityFunctions.Shift.offsetNoise()
Returns the value of theoffsetNoise
record component.DensityFunctions.ShiftA.offsetNoise()
Returns the value of theoffsetNoise
record component.DensityFunctions.ShiftB.offsetNoise()
Returns the value of theoffsetNoise
record component.DensityFunctions.ShiftNoise.offsetNoise()
private static NormalNoise
NoiseRouterData.seedNoise
(PositionalRandomFactory p_209525_, Registry<NormalNoise.NoiseParameters> p_209526_, Holder<NormalNoise.NoiseParameters> p_209527_) Modifier 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_) ModifierConstructorDescriptionprotected
Noise
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, double xzScale, double yScale) Creates an instance of aNoise
record class.(package private)
Shift
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShift
record class.protected
ShiftA
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftA
record class.protected
ShiftB
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftB
record class.protected
ShiftedNoise
(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aShiftedNoise
record class.protected
WeirdScaledSampler
(DensityFunction input, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, DensityFunctions.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSampler
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_164355_, int p_164356_, double... p_164357_) static NormalNoise
NormalNoise.create
(RandomSource p_192849_, NormalNoise.NoiseParameters p_192850_) static NormalNoise
NormalNoise.createLegacyNetherBiome
(RandomSource p_192844_, NormalNoise.NoiseParameters p_192845_) Deprecated.