Uses of Record Class
net.minecraft.world.gen.densityfunction.DensityFunction.Noise
-
Uses of DensityFunction.Noise in net.minecraft.world.gen.densityfunction
Modifier and TypeFieldDescriptionprivate final DensityFunction.Noise
DensityFunctionTypes.Noise.noise
The field for thenoise
record component.private final DensityFunction.Noise
DensityFunctionTypes.ShiftedNoise.noise
The field for thenoise
record component.private final DensityFunction.Noise
DensityFunctionTypes.WeirdScaledSampler.noise
The field for thenoise
record component.private final DensityFunction.Noise
DensityFunctionTypes.Shift.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.Noise
DensityFunctionTypes.ShiftA.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.Noise
DensityFunctionTypes.ShiftB.offsetNoise
The field for theoffsetNoise
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunction.Noise>
DensityFunction.Noise.CODEC
static final CodecHolder<DensityFunction.Noise>
DensityFunctionTypes.Noise.CODEC_HOLDER
static final com.mojang.serialization.MapCodec<DensityFunction.Noise>
DensityFunctionTypes.Noise.NOISE_CODEC
Modifier and TypeMethodDescriptiondefault DensityFunction.Noise
DensityFunction.DensityFunctionVisitor.apply
(DensityFunction.Noise noiseDensityFunction) DensityFunctionTypes.Noise.noise()
Returns the value of thenoise
record component.DensityFunctionTypes.ShiftedNoise.noise()
Returns the value of thenoise
record component.DensityFunctionTypes.WeirdScaledSampler.noise()
Returns the value of thenoise
record component.DensityFunctionTypes.Offset.offsetNoise()
DensityFunctionTypes.Shift.offsetNoise()
DensityFunctionTypes.ShiftA.offsetNoise()
DensityFunctionTypes.ShiftB.offsetNoise()
Modifier and TypeMethodDescriptiondefault DensityFunction.Noise
DensityFunction.DensityFunctionVisitor.apply
(DensityFunction.Noise noiseDensityFunction) ModifierConstructorDescriptionprotected
Noise
(DensityFunction.Noise noise, double double2, double double3) protected
Shift
(DensityFunction.Noise noise) protected
ShiftA
(DensityFunction.Noise noise) protected
ShiftB
(DensityFunction.Noise noise) protected
ShiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, double double2, double double3, DensityFunction.Noise noise) protected
WeirdScaledSampler
(DensityFunction densityFunction, DensityFunction.Noise noise, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) -
Uses of DensityFunction.Noise in net.minecraft.world.gen.noise
Modifier and TypeMethodDescriptionNoiseConfig.LegacyNoiseDensityFunctionVisitor.apply
(DensityFunction.Noise noiseDensityFunction) Modifier and TypeMethodDescriptionNoiseConfig.LegacyNoiseDensityFunctionVisitor.apply
(DensityFunction.Noise noiseDensityFunction)