Uses of Record Class
net.minecraft.world.gen.densityfunction.DensityFunction.Noise
Packages that use DensityFunction.Noise
-
Uses of DensityFunction.Noise in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunction.NoiseModifier and TypeFieldDescriptionprivate final DensityFunction.NoiseDensityFunctionTypes.Noise.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseDensityFunctionTypes.ShiftedNoise.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseDensityFunctionTypes.WeirdScaledSampler.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseDensityFunctionTypes.Shift.offsetNoiseThe field for theoffsetNoiserecord component.private final DensityFunction.NoiseDensityFunctionTypes.ShiftA.offsetNoiseThe field for theoffsetNoiserecord component.private final DensityFunction.NoiseDensityFunctionTypes.ShiftB.offsetNoiseThe field for theoffsetNoiserecord component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type DensityFunction.NoiseModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunction.Noise> DensityFunction.Noise.CODECstatic final CodecHolder<DensityFunction.Noise> DensityFunctionTypes.Noise.CODEC_HOLDERstatic final com.mojang.serialization.MapCodec<DensityFunction.Noise> DensityFunctionTypes.Noise.NOISE_CODECMethods in net.minecraft.world.gen.densityfunction that return DensityFunction.NoiseModifier and TypeMethodDescriptiondefault DensityFunction.NoiseDensityFunction.DensityFunctionVisitor.apply(DensityFunction.Noise noiseDensityFunction) DensityFunctionTypes.Noise.noise()Returns the value of thenoiserecord component.DensityFunctionTypes.ShiftedNoise.noise()Returns the value of thenoiserecord component.DensityFunctionTypes.WeirdScaledSampler.noise()Returns the value of thenoiserecord component.DensityFunctionTypes.Offset.offsetNoise()DensityFunctionTypes.Shift.offsetNoise()Returns the value of theoffsetNoiserecord component.DensityFunctionTypes.ShiftA.offsetNoise()Returns the value of theoffsetNoiserecord component.DensityFunctionTypes.ShiftB.offsetNoise()Returns the value of theoffsetNoiserecord component.Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.NoiseModifier and TypeMethodDescriptiondefault DensityFunction.NoiseDensityFunction.DensityFunctionVisitor.apply(DensityFunction.Noise noiseDensityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.NoiseModifierConstructorDescriptionprotectedNoise(DensityFunction.Noise noise, double xzScale, double yScale) Creates an instance of aNoiserecord class.protectedShift(DensityFunction.Noise offsetNoise) Creates an instance of aShiftrecord class.protectedShiftA(DensityFunction.Noise offsetNoise) Creates an instance of aShiftArecord class.protectedShiftB(DensityFunction.Noise offsetNoise) Creates an instance of aShiftBrecord class.protectedShiftedNoise(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, DensityFunction.Noise noise) Creates an instance of aShiftedNoiserecord class.protectedWeirdScaledSampler(DensityFunction input, DensityFunction.Noise noise, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSamplerrecord class.