Uses of Record Class
net.minecraft.world.gen.densityfunction.DensityFunction.class_7270
Packages that use DensityFunction.class_7270
-
Uses of DensityFunction.class_7270 in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunction.class_7270Modifier and TypeFieldDescriptionprivate final DensityFunction.class_7270
DensityFunctionTypes.Noise.noise
The field for thenoise
record component.private final DensityFunction.class_7270
DensityFunctionTypes.ShiftedNoise.noise
The field for thenoise
record component.private final DensityFunction.class_7270
DensityFunctionTypes.WeirdScaledSampler.noise
The field for thenoise
record component.private final DensityFunction.class_7270
DensityFunctionTypes.Shift.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.class_7270
DensityFunctionTypes.ShiftA.offsetNoise
The field for theoffsetNoise
record component.private final DensityFunction.class_7270
DensityFunctionTypes.ShiftB.offsetNoise
The field for theoffsetNoise
record component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type DensityFunction.class_7270Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunction.class_7270>
DensityFunction.class_7270.field_38248
Methods in net.minecraft.world.gen.densityfunction that return DensityFunction.class_7270Modifier and TypeMethodDescriptiondefault DensityFunction.class_7270
DensityFunction.DensityFunctionVisitor.method_42358
(DensityFunction.class_7270 class_7270) 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.class_6939.offsetNoise()
DensityFunctionTypes.Shift.offsetNoise()
DensityFunctionTypes.ShiftA.offsetNoise()
DensityFunctionTypes.ShiftB.offsetNoise()
Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.class_7270Modifier and TypeMethodDescriptiondefault DensityFunction.class_7270
DensityFunction.DensityFunctionVisitor.method_42358
(DensityFunction.class_7270 class_7270) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.class_7270ModifierConstructorDescriptionprotected
Noise
(DensityFunction.class_7270 class_7270, double double2, double double3) protected
Shift
(DensityFunction.class_7270 class_7270) protected
ShiftA
(DensityFunction.class_7270 class_7270) protected
ShiftB
(DensityFunction.class_7270 class_7270) protected
ShiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, double double2, double double3, DensityFunction.class_7270 class_7270) protected
WeirdScaledSampler
(DensityFunction densityFunction, DensityFunction.class_7270 class_7270, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) -
Uses of DensityFunction.class_7270 in net.minecraft.world.gen.noise
Methods in net.minecraft.world.gen.noise that return DensityFunction.class_7270Modifier and TypeMethodDescriptionNoiseConfig.class_7271.method_42358
(DensityFunction.class_7270 class_7270) Methods in net.minecraft.world.gen.noise with parameters of type DensityFunction.class_7270Modifier and TypeMethodDescriptionNoiseConfig.class_7271.method_42358
(DensityFunction.class_7270 class_7270)