Uses of Record Class
net.minecraft.world.level.levelgen.DensityFunction.NoiseHolder
Packages that use DensityFunction.NoiseHolder
-
Uses of DensityFunction.NoiseHolder in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as DensityFunction.NoiseHolderModifier and TypeFieldDescriptionprivate final DensityFunction.NoiseHolderDensityFunctions.Noise.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseHolderDensityFunctions.ShiftedNoise.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseHolderDensityFunctions.WeirdScaledSampler.noiseThe field for thenoiserecord component.private final DensityFunction.NoiseHolderDensityFunctions.Shift.offsetNoiseThe field for theoffsetNoiserecord component.private final DensityFunction.NoiseHolderDensityFunctions.ShiftA.offsetNoiseThe field for theoffsetNoiserecord component.private final DensityFunction.NoiseHolderDensityFunctions.ShiftB.offsetNoiseThe field for theoffsetNoiserecord component.Fields in net.minecraft.world.level.levelgen with type parameters of type DensityFunction.NoiseHolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunction.NoiseHolder> DensityFunction.NoiseHolder.CODECMethods in net.minecraft.world.level.levelgen that return DensityFunction.NoiseHolderModifier and TypeMethodDescriptionDensityFunctions.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()default DensityFunction.NoiseHolderDensityFunction.Visitor.visitNoise(DensityFunction.NoiseHolder p_224018_) Methods in net.minecraft.world.level.levelgen with parameters of type DensityFunction.NoiseHolderModifier and TypeMethodDescriptiondefault DensityFunction.NoiseHolderDensityFunction.Visitor.visitNoise(DensityFunction.NoiseHolder p_224018_) Constructors in net.minecraft.world.level.levelgen with parameters of type DensityFunction.NoiseHolderModifierConstructorDescriptionprotectedNoise(DensityFunction.NoiseHolder noise, double xzScale, double yScale) Creates an instance of aNoiserecord class.protectedShift(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShiftrecord class.protectedShiftA(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShiftArecord class.protectedShiftB(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShiftBrecord class.protectedShiftedNoise(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, DensityFunction.NoiseHolder noise) Creates an instance of aShiftedNoiserecord class.protectedWeirdScaledSampler(DensityFunction input, DensityFunction.NoiseHolder noise, DensityFunctions.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSamplerrecord class.