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.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.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.CODEC
static final CodecHolder<DensityFunction.Noise>
DensityFunctionTypes.Noise.CODEC_HOLDER
static final com.mojang.serialization.MapCodec<DensityFunction.Noise>
DensityFunctionTypes.Noise.NOISE_CODEC
Methods in net.minecraft.world.gen.densityfunction that return DensityFunction.NoiseModifier 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()
Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.NoiseModifier and TypeMethodDescriptiondefault DensityFunction.Noise
DensityFunction.DensityFunctionVisitor.apply
(DensityFunction.Noise noiseDensityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.NoiseModifierConstructorDescriptionprotected
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)