Uses of Record Class
net.minecraft.world.level.levelgen.DensityFunction.NoiseHolder
-
Uses of DensityFunction.NoiseHolder in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprivate final DensityFunction.NoiseHolder
DensityFunctions.Noise.noise
The field for thenoise
record component.private final DensityFunction.NoiseHolder
DensityFunctions.ShiftedNoise.noise
The field for thenoise
record component.private final DensityFunction.NoiseHolder
DensityFunctions.WeirdScaledSampler.noise
The field for thenoise
record component.private final DensityFunction.NoiseHolder
DensityFunctions.Shift.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.NoiseHolder
DensityFunctions.ShiftA.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.NoiseHolder
DensityFunctions.ShiftB.offsetNoise
The field for theoffsetNoise
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunction.NoiseHolder>
DensityFunction.NoiseHolder.CODEC
Modifier and TypeMethodDescriptionDensityFunctions.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()
default DensityFunction.NoiseHolder
DensityFunction.Visitor.visitNoise
(DensityFunction.NoiseHolder p_224018_) Modifier and TypeMethodDescriptiondefault DensityFunction.NoiseHolder
DensityFunction.Visitor.visitNoise
(DensityFunction.NoiseHolder p_224018_) ModifierConstructorDescriptionprotected
Noise
(DensityFunction.NoiseHolder noise, double xzScale, double yScale) Creates an instance of aNoise
record class.protected
Shift
(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShift
record class.protected
ShiftA
(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShiftA
record class.protected
ShiftB
(DensityFunction.NoiseHolder offsetNoise) Creates an instance of aShiftB
record class.protected
ShiftedNoise
(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, DensityFunction.NoiseHolder noise) Creates an instance of aShiftedNoise
record class.protected
WeirdScaledSampler
(DensityFunction input, DensityFunction.NoiseHolder noise, DensityFunctions.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSampler
record class.