Uses of Interface
net.minecraft.world.gen.densityfunction.DensityFunction
Packages that use DensityFunction
Package
Description
-
Uses of DensityFunction in net.minecraft.util.math.noise
Classes in net.minecraft.util.math.noise that implement DensityFunctionMethods in net.minecraft.util.math.noise that return types with arguments of type DensityFunctionModifier and TypeMethodDescriptionCodecHolder<? extends DensityFunction>
InterpolatedNoiseSampler.getCodec()
-
Uses of DensityFunction in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type DensityFunctionModifier and TypeFieldDescriptionstatic final Registry<DensityFunction>
BuiltinRegistries.DENSITY_FUNCTION
static final RegistryKey<Registry<DensityFunction>>
Registry.DENSITY_FUNCTION_KEY
static final Registry<com.mojang.serialization.Codec<? extends DensityFunction>>
Registry.DENSITY_FUNCTION_TYPE
static final RegistryKey<Registry<com.mojang.serialization.Codec<? extends DensityFunction>>>
Registry.DENSITY_FUNCTION_TYPE_KEY
-
Uses of DensityFunction in net.minecraft.world.biome.source.util
Fields in net.minecraft.world.biome.source.util declared as DensityFunctionModifier and TypeFieldDescriptionprivate final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.continentalness
The field for thecontinentalness
record component.private final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.depth
The field for thedepth
record component.private final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.erosion
The field for theerosion
record component.private final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.humidity
The field for thehumidity
record component.private final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.temperature
The field for thetemperature
record component.private final DensityFunction
MultiNoiseUtil.MultiNoiseSampler.weirdness
The field for theweirdness
record component.Methods in net.minecraft.world.biome.source.util that return DensityFunctionModifier and TypeMethodDescriptionMultiNoiseUtil.MultiNoiseSampler.continentalness()
Returns the value of thecontinentalness
record component.MultiNoiseUtil.MultiNoiseSampler.depth()
Returns the value of thedepth
record component.MultiNoiseUtil.MultiNoiseSampler.erosion()
Returns the value of theerosion
record component.MultiNoiseUtil.MultiNoiseSampler.humidity()
Returns the value of thehumidity
record component.MultiNoiseUtil.MultiNoiseSampler.temperature()
Returns the value of thetemperature
record component.MultiNoiseUtil.MultiNoiseSampler.weirdness()
Returns the value of theweirdness
record component.Constructors in net.minecraft.world.biome.source.util with parameters of type DensityFunctionModifierConstructorDescriptionMultiNoiseSampler
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, DensityFunction densityFunction5, DensityFunction densityFunction6, List<MultiNoiseUtil.NoiseHypercube> list) -
Uses of DensityFunction in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement DensityFunctionModifier and TypeClassDescriptionclass
Applies weights to noise values if they are near structures, placing terrain under them and hollowing out the space above them.Methods in net.minecraft.world.gen with parameters of type DensityFunctionModifier and TypeMethodDescriptionprotected static ChunkNoiseSampler.BlockStateSampler
OreVeinSampler.create
(DensityFunction veinToggle, DensityFunction veinRidged, DensityFunction veinGap, RandomDeriver randomDeriver) -
Uses of DensityFunction in net.minecraft.world.gen.chunk
Subinterfaces of DensityFunction in net.minecraft.world.gen.chunkModifier and TypeInterfaceDescriptionprivate static interface
Classes in net.minecraft.world.gen.chunk that implement DensityFunctionModifier and TypeClassDescriptionprivate class
private class
private static class
private class
private class
private class
class
Fields in net.minecraft.world.gen.chunk declared as DensityFunctionModifier and TypeFieldDescriptionprivate final DensityFunction
AquiferSampler.Impl.barrierNoise
private final DensityFunction
ChunkNoiseSampler.NoiseInterpolator.columnSampler
private final DensityFunction
ChunkNoiseSampler.field_36583
private final DensityFunction
ChunkNoiseSampler.class_6948.field_36599
(package private) final DensityFunction
ChunkNoiseSampler.class_6949.field_36603
private final DensityFunction
ChunkNoiseSampler.class_6950.field_36606
private final DensityFunction
ChunkNoiseSampler.class_6951.field_36612
private final DensityFunction
AquiferSampler.Impl.field_38246
private final DensityFunction
AquiferSampler.Impl.field_38247
private final DensityFunction
AquiferSampler.Impl.fluidLevelFloodednessNoise
private final DensityFunction
AquiferSampler.Impl.fluidLevelSpreadNoise
private final DensityFunction
AquiferSampler.Impl.fluidTypeNoise
Fields in net.minecraft.world.gen.chunk with type parameters of type DensityFunctionModifier and TypeFieldDescriptionprivate final Map<DensityFunction,
DensityFunction> ChunkNoiseSampler.field_36582
private final Map<DensityFunction,
DensityFunction> ChunkNoiseSampler.field_36582
Methods in net.minecraft.world.gen.chunk that return DensityFunctionModifier and TypeMethodDescriptionChunkNoiseSampler.class_6946.apply
(DensityFunction.DensityFunctionVisitor visitor) ChunkNoiseSampler.class_6947.apply
(DensityFunction.DensityFunctionVisitor visitor) protected DensityFunction
ChunkNoiseSampler.method_40529
(DensityFunction densityFunction) private DensityFunction
ChunkNoiseSampler.method_40533
(DensityFunction densityFunction) ChunkNoiseSampler.class_6946.wrapped()
ChunkNoiseSampler.class_6947.wrapped()
ChunkNoiseSampler.class_6948.wrapped()
ChunkNoiseSampler.class_6949.wrapped()
ChunkNoiseSampler.class_6950.wrapped()
ChunkNoiseSampler.class_6951.wrapped()
ChunkNoiseSampler.NoiseInterpolator.wrapped()
ChunkNoiseSampler.ParentedNoiseType.wrapped()
Methods in net.minecraft.world.gen.chunk that return types with arguments of type DensityFunctionModifier and TypeMethodDescriptionCodecHolder<? extends DensityFunction>
ChunkNoiseSampler.class_6946.getCodec()
CodecHolder<? extends DensityFunction>
ChunkNoiseSampler.class_6947.getCodec()
Methods in net.minecraft.world.gen.chunk with parameters of type DensityFunctionModifier and TypeMethodDescriptionvoid
ChunkNoiseSampler.method_40478
(double[] double2, DensityFunction densityFunction) protected DensityFunction
ChunkNoiseSampler.method_40529
(DensityFunction densityFunction) private DensityFunction
ChunkNoiseSampler.method_40533
(DensityFunction densityFunction) Constructors in net.minecraft.world.gen.chunk with parameters of type DensityFunctionModifierConstructorDescription(package private)
class_6948
(DensityFunction densityFunction) (package private)
class_6949
(DensityFunction densityFunction) (package private)
class_6950
(DensityFunction densityFunction) (package private)
class_6951
(DensityFunction densityFunction, boolean bool) (package private)
NoiseInterpolator
(DensityFunction columnSampler) -
Uses of DensityFunction in net.minecraft.world.gen.densityfunction
Subinterfaces of DensityFunction in net.minecraft.world.gen.densityfunctionModifier and TypeInterfaceDescriptionstatic interface
private static interface
(package private) static interface
private static interface
static interface
(package private) static interface
static interface
Classes in net.minecraft.world.gen.densityfunction that implement DensityFunctionModifier and TypeClassDescriptionprotected static enum
protected static enum
private static final record
protected static enum
protected static final record
private static final record
protected static final record
protected static final record
private static final record
private static final record
protected static final class
protected static final record
private static final record
static final record
protected static final record
protected static final record
protected static final record
protected static final record
static final record
protected static final record
private static final record
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionModifier and TypeFieldDescriptionprivate final DensityFunction
DensityFunctionTypes.class_6917.argument1
The field for theargument1
record component.private final DensityFunction
DensityFunctionTypes.class_6917.argument2
The field for theargument2
record component.private static final DensityFunction
DensityFunctions.field_36618
private static final DensityFunction
DensityFunctions.field_36619
private final DensityFunction
DensityFunctionTypes.BlendDensity.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.Clamp.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.class_6925.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.class_6929.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.RangeChoice.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.WeirdScaledSampler.input
The field for theinput
record component.private final DensityFunction
DensityFunctionTypes.ShiftedNoise.shiftX
The field for theshiftX
record component.private final DensityFunction
DensityFunctionTypes.ShiftedNoise.shiftY
The field for theshiftY
record component.private final DensityFunction
DensityFunctionTypes.ShiftedNoise.shiftZ
The field for theshiftZ
record component.private final DensityFunction
DensityFunctionTypes.RangeChoice.whenInRange
The field for thewhenInRange
record component.private final DensityFunction
DensityFunctionTypes.RangeChoice.whenOutOfRange
The field for thewhenOutOfRange
record component.private final DensityFunction
DensityFunctionTypes.class_6927.wrapped
The field for thewrapped
record component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type DensityFunctionModifier and TypeFieldDescriptionprivate static final RegistryKey<DensityFunction>
DensityFunctions.BASE_3D_NOISE_END
private static final RegistryKey<DensityFunction>
DensityFunctions.BASE_3D_NOISE_NETHER
private static final RegistryKey<DensityFunction>
DensityFunctions.BASE_3D_NOISE_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_ENTRANCES_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_NOODLE_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_PILLARS_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_SPAGHETTI_2D_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_SPAGHETTI_2D_THICKNESS_MODULATOR_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CAVES_SPAGHETTI_ROUGHNESS_FUNCTION_OVERWORLD
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunction.CODEC
static final CodecHolder<DensityFunction>
DensityFunctionTypes.BlendAlpha.CODEC
static final CodecHolder<DensityFunction>
DensityFunctionTypes.BlendOffset.CODEC
static final CodecHolder<DensityFunction>
DensityFunctionTypes.class_7050.CODEC
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.CODEC
static final RegistryKey<DensityFunction>
DensityFunctions.CONTINENTS_OVERWORLD
static final RegistryKey<DensityFunction>
DensityFunctions.CONTINENTS_OVERWORLD_LARGE_BIOME
static final RegistryKey<DensityFunction>
DensityFunctions.DEPTH_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.DEPTH_OVERWORLD_AMPLIFIED
private static final RegistryKey<DensityFunction>
DensityFunctions.DEPTH_OVERWORLD_LARGE_BIOME
private static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.DYNAMIC_RANGE
static final RegistryKey<DensityFunction>
DensityFunctions.EROSION_OVERWORLD
static final RegistryKey<DensityFunction>
DensityFunctions.EROSION_OVERWORLD_LARGE_BIOME
static final RegistryKey<DensityFunction>
DensityFunctions.FACTOR_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.FACTOR_OVERWORLD_AMPLIFIED
private static final RegistryKey<DensityFunction>
DensityFunctions.FACTOR_OVERWORLD_LARGE_BIOME
private final RegistryEntry<DensityFunction>
DensityFunctionTypes.RegistryEntryHolder.function
The field for thefunction
record component.private final RegistryEntry<DensityFunction>
DensityFunctionTypes.Spline.class_7135.function
The field for thefunction
record component.static final com.mojang.serialization.Codec<DensityFunction>
DensityFunction.FUNCTION_CODEC
static final RegistryKey<DensityFunction>
DensityFunctions.JAGGEDNESS_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.JAGGEDNESS_OVERWORLD_AMPLIFIED
private static final RegistryKey<DensityFunction>
DensityFunctions.JAGGEDNESS_OVERWORLD_LARGE_BIOME
static final RegistryKey<DensityFunction>
DensityFunctions.OFFSET_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.OFFSET_OVERWORLD_AMPLIFIED
private static final RegistryKey<DensityFunction>
DensityFunctions.OFFSET_OVERWORLD_LARGE_BIOME
static final com.mojang.serialization.Codec<RegistryEntry<DensityFunction>>
DensityFunction.REGISTRY_ENTRY_CODEC
static final RegistryKey<DensityFunction>
DensityFunctions.RIDGES_FOLDED_OVERWORLD
static final RegistryKey<DensityFunction>
DensityFunctions.RIDGES_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.SHIFT_X
private static final RegistryKey<DensityFunction>
DensityFunctions.SHIFT_Z
private static final RegistryKey<DensityFunction>
DensityFunctions.SLOPED_CHEESE_END
private static final RegistryKey<DensityFunction>
DensityFunctions.SLOPED_CHEESE_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.SLOPED_CHEESE_OVERWORLD_AMPLIFIED
private static final RegistryKey<DensityFunction>
DensityFunctions.SLOPED_CHEESE_OVERWORLD_LARGE_BIOME
private static final RegistryKey<DensityFunction>
DensityFunctions.Y
private static final RegistryKey<DensityFunction>
DensityFunctions.ZERO
Methods in net.minecraft.world.gen.densityfunction that return DensityFunctionModifier and TypeMethodDescriptiondefault DensityFunction
DensityFunction.abs()
static DensityFunction
DensityFunctionTypes.add
(DensityFunction densityFunction, DensityFunction densityFunction2) DensityFunction.apply
(DensityFunction.DensityFunctionVisitor visitor) default DensityFunction
DensityFunction.class_6913.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunction.DensityFunctionVisitor.apply
(DensityFunction densityFunction) DensityFunctionTypes.BlendDensity.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Clamp.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6917.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6929.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Noise.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.RangeChoice.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.RegistryEntryHolder.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Shift.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.ShiftA.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.ShiftB.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.ShiftedNoise.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Spline.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.WeirdScaledSampler.apply
(DensityFunction.DensityFunctionVisitor visitor) default DensityFunction
DensityFunctionTypes.Wrapper.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6917.argument1()
DensityFunctionTypes.class_6929.argument1()
DensityFunctionTypes.Operation.argument1()
DensityFunctionTypes.class_6917.argument2()
DensityFunctionTypes.class_6929.argument2()
DensityFunctionTypes.Operation.argument2()
static DensityFunction
DensityFunctionTypes.blendAlpha()
static DensityFunction
DensityFunctionTypes.blendDensity
(DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.blendOffset()
static DensityFunction
DensityFunctionTypes.cache2d
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.cacheAllInCell
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.cacheOnce
(DensityFunction inputFunction) default DensityFunction
DensityFunction.clamp
(double min, double max) static DensityFunction
DensityFunctionTypes.constant
(double density) default DensityFunction
DensityFunction.cube()
static DensityFunction
DensityFunctionTypes.endIslands
(long seed) static DensityFunction
DensityFunctionTypes.flatCache
(DensityFunction inputFunction) default DensityFunction
DensityFunction.halfNegative()
DensityFunctionTypes.BlendDensity.input()
DensityFunctionTypes.Clamp.input()
DensityFunctionTypes.class_6925.input()
DensityFunctionTypes.class_6929.input()
DensityFunctionTypes.class_6932.input()
DensityFunctionTypes.class_6943.input()
DensityFunctionTypes.RangeChoice.input()
Returns the value of theinput
record component.DensityFunctionTypes.WeirdScaledSampler.input()
static DensityFunction
DensityFunctionTypes.interpolated
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.max
(DensityFunction densityFunction, DensityFunction densityFunction2) private static DensityFunction
DensityFunctionTypes.method_40484
(DensityFunction densityFunction, double double2, double double3) static DensityFunction
DensityFunctionTypes.method_40488
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.method_40490
(DensityFunction densityFunction, DensityFunctionTypes.class_6925.Type type) static DensityFunction
DensityFunctionTypes.method_40502
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale) private static DensityFunction
DensityFunctions.method_40539
(DensityFunction densityFunction, DensityFunction densityFunction2, int int2, int int3, int int4) private static DensityFunction
DensityFunctions.method_40540
(DensityFunction densityFunction, DensityFunction densityFunction2) private static DensityFunction
DensityFunctions.method_40541
(DensityFunction densityFunction, DensityFunction densityFunction2) private static DensityFunction
DensityFunctions.method_41101
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41113()
private static DensityFunction
DensityFunctions.method_41116
(RegistryKey<DensityFunction> registryKey) private static DensityFunction
DensityFunctions.method_41117()
private static DensityFunction
DensityFunctions.method_41119()
private static DensityFunction
DensityFunctions.method_41121()
private static DensityFunction
DensityFunctions.method_41122()
private static DensityFunction
DensityFunctions.method_41207
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41547
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41551
(RegistryKey<DensityFunction> registryKey, DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.method_42359
(DensityFunction densityFunction, double double2, DensityFunction densityFunction2) private static DensityFunction
DensityFunctions.method_42363
(int int2, int int3) private static DensityFunction
DensityFunctions.method_42364
(DensityFunction densityFunction, int int2, int int3) private static DensityFunction
DensityFunctions.method_42365
(DensityFunction densityFunction, int int2, int int3, int int4, int int5, double double2, int int6, int int7, double double3) private static DensityFunction
DensityFunctions.method_42366
(boolean bool, DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_42367
(DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.min
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.mul
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double double2, double double3) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale, double double2, double double3) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale, double double2, double double3) default DensityFunction
DensityFunction.quarterNegative()
static DensityFunction
DensityFunctionTypes.rangeChoice
(DensityFunction densityFunction, double double2, double double3, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.shift
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftA
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftB
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, double double2, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) DensityFunctionTypes.ShiftedNoise.shiftX()
Returns the value of theshiftX
record component.DensityFunctionTypes.ShiftedNoise.shiftY()
Returns the value of theshiftY
record component.DensityFunctionTypes.ShiftedNoise.shiftZ()
Returns the value of theshiftZ
record component.static DensityFunction
DensityFunctionTypes.spline
(Spline<DensityFunctionTypes.Spline.class_7136, DensityFunctionTypes.Spline.class_7135> spline) default DensityFunction
DensityFunction.square()
default DensityFunction
DensityFunction.squeeze()
static DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) DensityFunctionTypes.RangeChoice.whenInRange()
Returns the value of thewhenInRange
record component.DensityFunctionTypes.RangeChoice.whenOutOfRange()
Returns the value of thewhenOutOfRange
record component.DensityFunctionTypes.class_6927.wrapped()
DensityFunctionTypes.Wrapper.wrapped()
static DensityFunction
DensityFunctionTypes.yClampedGradient
(int int2, int int3, double double2, double double3) static DensityFunction
DensityFunctionTypes.zero()
Methods in net.minecraft.world.gen.densityfunction that return types with arguments of type DensityFunctionModifier and TypeMethodDescriptionDensityFunctionTypes.RegistryEntryHolder.function()
Returns the value of thefunction
record component.DensityFunctionTypes.Spline.class_7135.function()
Returns the value of thefunction
record component.CodecHolder<? extends DensityFunction>
DensityFunction.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.BlendAlpha.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.BlendDensity.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.BlendOffset.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Clamp.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.class_6925.getCodec()
default CodecHolder<? extends DensityFunction>
DensityFunctionTypes.class_7050.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Constant.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.EndIslands.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Noise.getCodec()
default CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Operation.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.RangeChoice.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.RegistryEntryHolder.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Shift.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.ShiftA.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.ShiftB.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.ShiftedNoise.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Spline.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.WeirdScaledSampler.getCodec()
default CodecHolder<? extends DensityFunction>
DensityFunctionTypes.Wrapper.getCodec()
CodecHolder<? extends DensityFunction>
DensityFunctionTypes.YClampedGradient.getCodec()
static RegistryEntry<? extends DensityFunction>
DensityFunctions.init()
private static RegistryKey<DensityFunction>
private static RegistryEntry<DensityFunction>
DensityFunctions.register
(RegistryKey<DensityFunction> key, DensityFunction function) private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, CodecHolder<? extends DensityFunction> codecHolder) static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry) Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionModifier and TypeMethodDescriptionstatic DensityFunction
DensityFunctionTypes.add
(DensityFunction densityFunction, DensityFunction densityFunction2) DensityFunction.DensityFunctionVisitor.apply
(DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.blendDensity
(DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.cache2d
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.cacheAllInCell
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.cacheOnce
(DensityFunction inputFunction) DensityFunctionTypes.Operation.create
(DensityFunctionTypes.Operation.Type type, DensityFunction argument1, DensityFunction argument2) static DensityFunction
DensityFunctionTypes.flatCache
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.interpolated
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.max
(DensityFunction densityFunction, DensityFunction densityFunction2) void
DensityFunction.class_6911.method_40478
(double[] double2, DensityFunction densityFunction) private static DensityFunction
DensityFunctionTypes.method_40484
(DensityFunction densityFunction, double double2, double double3) static DensityFunction
DensityFunctionTypes.method_40488
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.method_40490
(DensityFunction densityFunction, DensityFunctionTypes.class_6925.Type type) private static DensityFunction
DensityFunctions.method_40539
(DensityFunction densityFunction, DensityFunction densityFunction2, int int2, int int3, int int4) private static DensityFunction
DensityFunctions.method_40540
(DensityFunction densityFunction, DensityFunction densityFunction2) private static DensityFunction
DensityFunctions.method_40541
(DensityFunction densityFunction, DensityFunction densityFunction2) DensityFunctionTypes.class_6925.method_41079
(DensityFunctionTypes.class_6925.Type type, DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41101
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41207
(DensityFunction densityFunction) private static NoiseRouter
DensityFunctions.method_41211
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41547
(DensityFunction densityFunction) private static void
DensityFunctions.method_41548
(DensityFunction densityFunction, RegistryEntry<DensityFunction> registryEntry, RegistryEntry<DensityFunction> registryEntry2, RegistryKey<DensityFunction> registryKey, RegistryKey<DensityFunction> registryKey2, RegistryKey<DensityFunction> registryKey3, RegistryKey<DensityFunction> registryKey4, RegistryKey<DensityFunction> registryKey5, boolean bool) private static DensityFunction
DensityFunctions.method_41551
(RegistryKey<DensityFunction> registryKey, DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.method_42359
(DensityFunction densityFunction, double double2, DensityFunction densityFunction2) private static DensityFunction
DensityFunctions.method_42364
(DensityFunction densityFunction, int int2, int int3) private static DensityFunction
DensityFunctions.method_42365
(DensityFunction densityFunction, int int2, int int3, int int4, int int5, double double2, int int6, int int7, double double3) private static DensityFunction
DensityFunctions.method_42366
(boolean bool, DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_42367
(DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.min
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.mul
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.rangeChoice
(DensityFunction densityFunction, double double2, double double3, DensityFunction densityFunction2, DensityFunction densityFunction3) private static RegistryEntry<DensityFunction>
DensityFunctions.register
(RegistryKey<DensityFunction> key, DensityFunction function) static DensityFunction
DensityFunctionTypes.shiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, double double2, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Method parameters in net.minecraft.world.gen.densityfunction with type arguments of type DensityFunctionModifier and TypeMethodDescription(package private) static <O> CodecHolder<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> CodecHolder<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> CodecHolder<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> CodecHolder<O>
DensityFunctionTypes.method_41069
(Function<DensityFunction, O> function, Function<O, DensityFunction> function2) private static DensityFunction
DensityFunctions.method_41116
(RegistryKey<DensityFunction> registryKey) private static void
DensityFunctions.method_41548
(DensityFunction densityFunction, RegistryEntry<DensityFunction> registryEntry, RegistryEntry<DensityFunction> registryEntry2, RegistryKey<DensityFunction> registryKey, RegistryKey<DensityFunction> registryKey2, RegistryKey<DensityFunction> registryKey3, RegistryKey<DensityFunction> registryKey4, RegistryKey<DensityFunction> registryKey5, boolean bool) private static void
DensityFunctions.method_41548
(DensityFunction densityFunction, RegistryEntry<DensityFunction> registryEntry, RegistryEntry<DensityFunction> registryEntry2, RegistryKey<DensityFunction> registryKey, RegistryKey<DensityFunction> registryKey2, RegistryKey<DensityFunction> registryKey3, RegistryKey<DensityFunction> registryKey4, RegistryKey<DensityFunction> registryKey5, boolean bool) private static DensityFunction
DensityFunctions.method_41551
(RegistryKey<DensityFunction> registryKey, DensityFunction densityFunction) private static RegistryEntry<DensityFunction>
DensityFunctions.register
(RegistryKey<DensityFunction> key, DensityFunction function) private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, CodecHolder<? extends DensityFunction> codecHolder) private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, CodecHolder<? extends DensityFunction> codecHolder) static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionModifierConstructorDescription(package private)
BlendDensity
(DensityFunction densityFunction) protected
Clamp
(DensityFunction densityFunction, double double2, double double3) (package private)
class_6917
(DensityFunctionTypes.Operation.Type type, DensityFunction densityFunction, DensityFunction densityFunction2, double double2, double double3) protected
class_6925
(DensityFunctionTypes.class_6925.Type type, DensityFunction densityFunction, double double2, double double3) protected
class_6927
(DensityFunctionTypes.class_6927.Type type, DensityFunction densityFunction) (package private)
class_6929
(DensityFunctionTypes.class_6929.SpecificType specificType, DensityFunction densityFunction, double double2, double double3, double double4) (package private)
RangeChoice
(DensityFunction densityFunction, double double2, double double3, DensityFunction densityFunction2, DensityFunction densityFunction3) 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) Constructor parameters in net.minecraft.world.gen.densityfunction with type arguments of type DensityFunctionModifierConstructorDescriptionclass_7135
(RegistryEntry<DensityFunction> registryEntry) RegistryEntryHolder
(RegistryEntry<DensityFunction> registryEntry) -
Uses of DensityFunction in net.minecraft.world.gen.noise
Fields in net.minecraft.world.gen.noise declared as DensityFunctionModifier and TypeFieldDescriptionprivate final DensityFunction
NoiseRouter.barrierNoise
The field for thebarrierNoise
record component.private final DensityFunction
NoiseRouter.continents
The field for thecontinents
record component.private final DensityFunction
NoiseRouter.depth
The field for thedepth
record component.private final DensityFunction
NoiseRouter.erosion
The field for theerosion
record component.private final DensityFunction
NoiseRouter.finalDensity
The field for thefinalDensity
record component.private final DensityFunction
NoiseRouter.fluidLevelFloodednessNoise
The field for thefluidLevelFloodednessNoise
record component.private final DensityFunction
NoiseRouter.fluidLevelSpreadNoise
The field for thefluidLevelSpreadNoise
record component.private final DensityFunction
NoiseRouter.initialDensityWithoutJaggedness
The field for theinitialDensityWithoutJaggedness
record component.private final DensityFunction
NoiseRouter.lavaNoise
The field for thelavaNoise
record component.private final DensityFunction
NoiseRouter.ridges
The field for theridges
record component.private final DensityFunction
NoiseRouter.temperature
The field for thetemperature
record component.private final DensityFunction
NoiseRouter.vegetation
The field for thevegetation
record component.private final DensityFunction
NoiseRouter.veinGap
The field for theveinGap
record component.private final DensityFunction
NoiseRouter.veinRidged
The field for theveinRidged
record component.private final DensityFunction
NoiseRouter.veinToggle
The field for theveinToggle
record component.Fields in net.minecraft.world.gen.noise with type parameters of type DensityFunctionModifier and TypeFieldDescriptionprivate final Map<DensityFunction,
DensityFunction> NoiseConfig.class_7271.field_38267
private final Map<DensityFunction,
DensityFunction> NoiseConfig.class_7271.field_38267
Methods in net.minecraft.world.gen.noise that return DensityFunctionModifier and TypeMethodDescriptionNoiseConfig.class_7271.apply
(DensityFunction densityFunction) NoiseRouter.barrierNoise()
Returns the value of thebarrierNoise
record component.NoiseRouter.continents()
Returns the value of thecontinents
record component.NoiseRouter.depth()
Returns the value of thedepth
record component.NoiseRouter.erosion()
Returns the value of theerosion
record component.NoiseRouter.finalDensity()
Returns the value of thefinalDensity
record component.NoiseRouter.fluidLevelFloodednessNoise()
Returns the value of thefluidLevelFloodednessNoise
record component.NoiseRouter.fluidLevelSpreadNoise()
Returns the value of thefluidLevelSpreadNoise
record component.NoiseRouter.initialDensityWithoutJaggedness()
Returns the value of theinitialDensityWithoutJaggedness
record component.NoiseRouter.lavaNoise()
Returns the value of thelavaNoise
record component.private DensityFunction
NoiseConfig.class_7271.method_42376
(DensityFunction densityFunction) NoiseRouter.ridges()
Returns the value of theridges
record component.NoiseRouter.temperature()
Returns the value of thetemperature
record component.NoiseRouter.vegetation()
Returns the value of thevegetation
record component.NoiseRouter.veinGap()
Returns the value of theveinGap
record component.NoiseRouter.veinRidged()
Returns the value of theveinRidged
record component.NoiseRouter.veinToggle()
Returns the value of theveinToggle
record component.Methods in net.minecraft.world.gen.noise that return types with arguments of type DensityFunctionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.codecs.RecordCodecBuilder<NoiseRouter,
DensityFunction> NoiseRouter.method_41545
(String string, Function<NoiseRouter, DensityFunction> function) Methods in net.minecraft.world.gen.noise with parameters of type DensityFunctionModifier and TypeMethodDescriptionNoiseConfig.class_7271.apply
(DensityFunction densityFunction) private DensityFunction
NoiseConfig.class_7271.method_42376
(DensityFunction densityFunction) Method parameters in net.minecraft.world.gen.noise with type arguments of type DensityFunctionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.codecs.RecordCodecBuilder<NoiseRouter,
DensityFunction> NoiseRouter.method_41545
(String string, Function<NoiseRouter, DensityFunction> function) Constructors in net.minecraft.world.gen.noise with parameters of type DensityFunctionModifierConstructorDescriptionNoiseRouter
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, DensityFunction densityFunction5, DensityFunction densityFunction6, DensityFunction densityFunction7, DensityFunction densityFunction8, DensityFunction densityFunction9, DensityFunction densityFunction10, DensityFunction densityFunction11, DensityFunction densityFunction12, DensityFunction densityFunction13, DensityFunction densityFunction14, DensityFunction densityFunction15)