Uses of Interface
net.minecraft.world.gen.densityfunction.DensityFunction
Package
Description
-
Uses of DensityFunction in net.minecraft.util.math.noise
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends DensityFunction>
InterpolatedNoiseSampler.getCodec()
-
Uses of DensityFunction in net.minecraft.util.registry
Modifier 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
Modifier 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.Modifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>
VanillaTerrainParameters.class_7074.function
The field for thefunction
record component.Modifier 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.Modifier and TypeMethodDescriptionVanillaTerrainParameters.class_7074.function()
Returns the value of thefunction
record component.ModifierConstructorDescriptionMultiNoiseSampler
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, DensityFunction densityFunction5, DensityFunction densityFunction6, List<MultiNoiseUtil.NoiseHypercube> list) -
Uses of DensityFunction in net.minecraft.world.gen
Modifier and TypeClassDescriptionclass
Applies weights to noise values if they are near structures, placing terrain under them and hollowing out the space above them.Modifier and TypeMethodDescriptionprotected static ChunkNoiseSampler.BlockStateSampler
OreVeinSampler.create
(DensityFunction veinToggle, DensityFunction veinRidged, DensityFunction veinGap, RandomDeriver randomDeriver) -
Uses of DensityFunction in net.minecraft.world.gen.chunk
Modifier and TypeInterfaceDescriptionprivate static interface
Modifier and TypeClassDescriptionprivate class
private class
private static class
private class
private class
private class
class
Modifier 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.fluidLevelFloodednessNoise
private final DensityFunction
AquiferSampler.Impl.fluidLevelSpreadNoise
private final DensityFunction
AquiferSampler.Impl.fluidTypeNoise
Modifier and TypeFieldDescriptionprivate final Map<DensityFunction,
DensityFunction> ChunkNoiseSampler.field_36582
private final Map<DensityFunction,
DensityFunction> ChunkNoiseSampler.field_36582
Modifier and TypeMethodDescriptiondefault DensityFunction
ChunkNoiseSampler.ParentedNoiseType.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()
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends DensityFunction>
ChunkNoiseSampler.class_6946.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
ChunkNoiseSampler.class_6947.getCodec()
Modifier and TypeMethodDescriptionstatic AquiferSampler
AquiferSampler.aquifer
(ChunkNoiseSampler chunkNoiseSampler, ChunkPos chunkPos, DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, int minY, int height, AquiferSampler.FluidLevelSampler fluidLevelSampler) void
ChunkNoiseSampler.method_40478
(double[] double2, DensityFunction densityFunction) protected DensityFunction
ChunkNoiseSampler.method_40529
(DensityFunction densityFunction) private DensityFunction
ChunkNoiseSampler.method_40533
(DensityFunction densityFunction) ModifierConstructorDescription(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)
Impl
(ChunkNoiseSampler chunkNoiseSampler, ChunkPos chunkPos, DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, int minY, int height, AquiferSampler.FluidLevelSampler fluidLevelSampler) (package private)
NoiseInterpolator
(DensityFunction columnSampler) -
Uses of DensityFunction in net.minecraft.world.gen.densityfunction
Modifier and TypeInterfaceDescriptionstatic interface
private static interface
(package private) static interface
private static interface
static interface
(package private) static interface
static interface
Modifier 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
protected static final record
private static final record
protected static final class
protected static final record
private static final record
private static final record
protected static final record
protected static final record
protected static final record
protected static final record
static final record
static final record
Deprecated.protected static final record
private static final record
Modifier 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 final DensityFunction
DensityFunctionTypes.TerrainShaperSpline.continentalness
Deprecated.The field for thecontinentalness
record component.private final DensityFunction
DensityFunctionTypes.TerrainShaperSpline.erosion
Deprecated.The field for theerosion
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.Slide.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.TerrainShaperSpline.weirdness
Deprecated.The field for theweirdness
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.Modifier and TypeFieldDescriptionprivate 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>
DensityFunctionTypes.BlendAlpha.CODEC
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.BlendOffset.CODEC
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.class_7050.CODEC
private static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.CODEC
private static final RegistryKey<DensityFunction>
DensityFunctions.CONTINENTS_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.CONTINENTS_OVERWORLD_LARGE_BIOME
private static final RegistryKey<DensityFunction>
DensityFunctions.DEPTH_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.DEPTH_OVERWORLD_LARGE_BIOME
private static final RegistryKey<DensityFunction>
DensityFunctions.EROSION_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.EROSION_OVERWORLD_LARGE_BIOME
private static final RegistryKey<DensityFunction>
DensityFunctions.FACTOR_OVERWORLD
private static final RegistryKey<DensityFunction>
DensityFunctions.FACTOR_OVERWORLD_LARGE_BIOME
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunction.field_37057
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunction.field_37059
static final com.mojang.serialization.Codec<DensityFunction>
DensityFunctionTypes.field_37061
private final RegistryEntry<DensityFunction>
DensityFunctionTypes.class_7051.function
The field for thefunction
record component.static final com.mojang.serialization.Codec<RegistryEntry<DensityFunction>>
DensityFunction.REGISTRY_ENTRY_CODEC
private 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_LARGE_BIOME
private static final RegistryKey<DensityFunction>
DensityFunctions.Y
private static final RegistryKey<DensityFunction>
DensityFunctions.ZERO
Modifier and TypeMethodDescriptiondefault DensityFunction
DensityFunction.abs()
DensityFunction.apply
(DensityFunction.DensityFunctionVisitor visitor) default DensityFunction
DensityFunction.class_6913.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.BlendDensity.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Clamp.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6917.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6927.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_6929.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.class_7051.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.RangeChoice.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.ShiftedNoise.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Slide.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.Spline.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.TerrainShaperSpline.apply
(DensityFunction.DensityFunctionVisitor visitor) Deprecated.DensityFunctionTypes.WeirdScaledSampler.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) DensityFunctionTypes.TerrainShaperSpline.continentalness()
Deprecated.Returns the value of thecontinentalness
record component.default DensityFunction
DensityFunction.cube()
static DensityFunction
DensityFunctionTypes.endIslands
(long seed) DensityFunctionTypes.TerrainShaperSpline.erosion()
Deprecated.Returns the value of theerosion
record component.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.Slide.input()
DensityFunctionTypes.WeirdScaledSampler.input()
static DensityFunction
DensityFunctionTypes.interpolated
(DensityFunction inputFunction) private static DensityFunction
DensityFunctionTypes.method_40484
(DensityFunction densityFunction, double double2, double double3) static DensityFunction
DensityFunctionTypes.method_40486
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40488
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.method_40489
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3) static DensityFunction
DensityFunctionTypes.method_40490
(DensityFunction densityFunction, DensityFunctionTypes.class_6925.Type type) static DensityFunction
DensityFunctionTypes.method_40500
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40502
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale) static DensityFunction
DensityFunctionTypes.method_40505
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40508
(DensityFunction densityFunction, DensityFunction densityFunction2) 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, DensityFunction densityFunction3, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3, DensityFunction densityFunction4) private static DensityFunction
DensityFunctions.method_41101
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41102
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, DensityFunction densityFunction5, DensityFunction densityFunction6) private static DensityFunction
DensityFunctions.method_41112
(RegistryKey<DensityFunction> registryKey, 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
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) 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.slide
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) default DensityFunction
DensityFunction.square()
default DensityFunction
DensityFunction.squeeze()
DensityFunctionTypes.TerrainShaperSpline.weirdness()
Deprecated.Returns the value of theweirdness
record component.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()
Modifier and TypeMethodDescriptionDensityFunctionTypes.class_7051.function()
Returns the value of thefunction
record component.com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunction.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.BlendAlpha.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.BlendDensity.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.BlendOffset.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Clamp.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.class_6925.getCodec()
default com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.class_7050.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.class_7051.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Constant.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.EndIslands.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Noise.getCodec()
default com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Operation.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.RangeChoice.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Shift.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.ShiftA.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.ShiftB.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.ShiftedNoise.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Slide.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Spline.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.TerrainShaperSpline.getCodec()
Deprecated.com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.WeirdScaledSampler.getCodec()
default com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.Wrapper.getCodec()
com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.YClampedGradient.getCodec()
static RegistryEntry<? extends DensityFunction>
DensityFunctions.init()
private static RegistryKey<DensityFunction>
private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, com.mojang.serialization.Codec<? extends DensityFunction> codec) static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry) Modifier and TypeMethodDescriptionstatic 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) DensityFunctionTypes.ShiftedNoise.create
(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData) DensityFunctionTypes.WeirdScaledSampler.create
(DensityFunction input, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) static DensityFunction
DensityFunctionTypes.flatCache
(DensityFunction inputFunction) static DensityFunction
DensityFunctionTypes.interpolated
(DensityFunction inputFunction) 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_40486
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40488
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.method_40489
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3) static DensityFunction
DensityFunctionTypes.method_40490
(DensityFunction densityFunction, DensityFunctionTypes.class_6925.Type type) static DensityFunction
DensityFunctionTypes.method_40500
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40505
(DensityFunction densityFunction, DensityFunction densityFunction2) static DensityFunction
DensityFunctionTypes.method_40508
(DensityFunction densityFunction, DensityFunction densityFunction2) 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, DensityFunction densityFunction3, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3, DensityFunction densityFunction4) protected static double
DensityFunctions.method_40543
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction, int int2, int int3) DensityFunctionTypes.class_6925.method_41079
(DensityFunctionTypes.class_6925.Type type, DensityFunction densityFunction) DensityFunctionTypes.TerrainShaperSpline.method_41094
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3) Deprecated.private static DensityFunction
DensityFunctions.method_41101
(DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41102
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, DensityFunction densityFunction5, DensityFunction densityFunction6) private static DensityFunction
DensityFunctions.method_41112
(RegistryKey<DensityFunction> registryKey, DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41207
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.rangeChoice
(DensityFunction densityFunction, double double2, double double3, DensityFunction densityFunction2, DensityFunction densityFunction3) static DensityFunction
DensityFunctionTypes.shiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, double double2, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.slide
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) static DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Modifier and TypeMethodDescription(package private) static <O> com.mojang.serialization.Codec<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> com.mojang.serialization.Codec<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> com.mojang.serialization.Codec<O>
DensityFunctionTypes.method_41068
(BiFunction<DensityFunction, DensityFunction, O> biFunction, Function<O, DensityFunction> function, Function<O, DensityFunction> function2) (package private) static <O> com.mojang.serialization.Codec<O>
DensityFunctionTypes.method_41069
(Function<DensityFunction, O> function, Function<O, DensityFunction> function2) private static DensityFunction
DensityFunctions.method_41112
(RegistryKey<DensityFunction> registryKey, DensityFunction densityFunction) private static DensityFunction
DensityFunctions.method_41116
(RegistryKey<DensityFunction> registryKey) private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, com.mojang.serialization.Codec<? extends DensityFunction> codec) private static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.register
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry, String id, com.mojang.serialization.Codec<? extends DensityFunction> codec) static com.mojang.serialization.Codec<? extends DensityFunction>
DensityFunctionTypes.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends DensityFunction>> registry) ModifierConstructorDescription(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, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protected
Slide
(@Nullable GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) TerrainShaperSpline
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, @Nullable VanillaTerrainParameters vanillaTerrainParameters, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3) Deprecated.protected
WeirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) -
Uses of DensityFunction in net.minecraft.world.gen.noise
Modifier and TypeFieldDescriptionprivate final DensityFunction
NoiseRouter.barrierNoise
The field for thebarrierNoise
record component.private final DensityFunction
SimpleNoiseRouter.barrierNoise
The field for thebarrierNoise
record component.private final DensityFunction
NoiseRouter.continents
The field for thecontinents
record component.private final DensityFunction
SimpleNoiseRouter.continents
The field for thecontinents
record component.private final DensityFunction
NoiseRouter.depth
The field for thedepth
record component.private final DensityFunction
SimpleNoiseRouter.depth
The field for thedepth
record component.private final DensityFunction
NoiseRouter.erosion
The field for theerosion
record component.private final DensityFunction
SimpleNoiseRouter.erosion
The field for theerosion
record component.private final DensityFunction
NoiseRouter.finalDensity
The field for thefinalDensity
record component.private final DensityFunction
SimpleNoiseRouter.finalDensity
The field for thefinalDensity
record component.private final DensityFunction
NoiseRouter.fluidLevelFloodednessNoise
The field for thefluidLevelFloodednessNoise
record component.private final DensityFunction
SimpleNoiseRouter.fluidLevelFloodednessNoise
The field for thefluidLevelFloodednessNoise
record component.private final DensityFunction
NoiseRouter.fluidLevelSpreadNoise
The field for thefluidLevelSpreadNoise
record component.private final DensityFunction
SimpleNoiseRouter.fluidLevelSpreadNoise
The field for thefluidLevelSpreadNoise
record component.private final DensityFunction
NoiseRouter.humidity
The field for thehumidity
record component.private final DensityFunction
NoiseRouter.initialDensityWithoutJaggedness
The field for theinitialDensityWithoutJaggedness
record component.private final DensityFunction
SimpleNoiseRouter.initialDensityWithoutJaggedness
The field for theinitialDensityWithoutJaggedness
record component.private final DensityFunction
NoiseRouter.lavaNoise
The field for thelavaNoise
record component.private final DensityFunction
SimpleNoiseRouter.lavaNoise
The field for thelavaNoise
record component.private final DensityFunction
NoiseRouter.ridges
The field for theridges
record component.private final DensityFunction
SimpleNoiseRouter.ridges
The field for theridges
record component.private final DensityFunction
NoiseRouter.temperature
The field for thetemperature
record component.private final DensityFunction
SimpleNoiseRouter.temperature
The field for thetemperature
record component.private final DensityFunction
SimpleNoiseRouter.vegetation
The field for thevegetation
record component.private final DensityFunction
NoiseRouter.veinGap
The field for theveinGap
record component.private final DensityFunction
SimpleNoiseRouter.veinGap
The field for theveinGap
record component.private final DensityFunction
NoiseRouter.veinRidged
The field for theveinRidged
record component.private final DensityFunction
SimpleNoiseRouter.veinRidged
The field for theveinRidged
record component.private final DensityFunction
NoiseRouter.veinToggle
The field for theveinToggle
record component.private final DensityFunction
SimpleNoiseRouter.veinToggle
The field for theveinToggle
record component.Modifier and TypeMethodDescriptionNoiseRouter.barrierNoise()
Returns the value of thebarrierNoise
record component.SimpleNoiseRouter.barrierNoise()
Returns the value of thebarrierNoise
record component.NoiseRouter.continents()
Returns the value of thecontinents
record component.SimpleNoiseRouter.continents()
Returns the value of thecontinents
record component.NoiseRouter.depth()
Returns the value of thedepth
record component.SimpleNoiseRouter.depth()
Returns the value of thedepth
record component.NoiseRouter.erosion()
Returns the value of theerosion
record component.SimpleNoiseRouter.erosion()
Returns the value of theerosion
record component.NoiseRouter.finalDensity()
Returns the value of thefinalDensity
record component.SimpleNoiseRouter.finalDensity()
Returns the value of thefinalDensity
record component.NoiseRouter.fluidLevelFloodednessNoise()
Returns the value of thefluidLevelFloodednessNoise
record component.SimpleNoiseRouter.fluidLevelFloodednessNoise()
Returns the value of thefluidLevelFloodednessNoise
record component.NoiseRouter.fluidLevelSpreadNoise()
Returns the value of thefluidLevelSpreadNoise
record component.SimpleNoiseRouter.fluidLevelSpreadNoise()
Returns the value of thefluidLevelSpreadNoise
record component.NoiseRouter.humidity()
Returns the value of thehumidity
record component.NoiseRouter.initialDensityWithoutJaggedness()
Returns the value of theinitialDensityWithoutJaggedness
record component.SimpleNoiseRouter.initialDensityWithoutJaggedness()
Returns the value of theinitialDensityWithoutJaggedness
record component.NoiseRouter.lavaNoise()
Returns the value of thelavaNoise
record component.SimpleNoiseRouter.lavaNoise()
Returns the value of thelavaNoise
record component.NoiseRouter.ridges()
Returns the value of theridges
record component.SimpleNoiseRouter.ridges()
Returns the value of theridges
record component.NoiseRouter.temperature()
Returns the value of thetemperature
record component.SimpleNoiseRouter.temperature()
Returns the value of thetemperature
record component.SimpleNoiseRouter.vegetation()
Returns the value of thevegetation
record component.NoiseRouter.veinGap()
Returns the value of theveinGap
record component.SimpleNoiseRouter.veinGap()
Returns the value of theveinGap
record component.NoiseRouter.veinRidged()
Returns the value of theveinRidged
record component.SimpleNoiseRouter.veinRidged()
Returns the value of theveinRidged
record component.NoiseRouter.veinToggle()
Returns the value of theveinToggle
record component.SimpleNoiseRouter.veinToggle()
Returns the value of theveinToggle
record component.Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.codecs.RecordCodecBuilder<SimpleNoiseRouter,
DensityFunction> SimpleNoiseRouter.method_41125
(String string, Function<SimpleNoiseRouter, DensityFunction> function) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.codecs.RecordCodecBuilder<SimpleNoiseRouter,
DensityFunction> SimpleNoiseRouter.method_41125
(String string, Function<SimpleNoiseRouter, DensityFunction> function) ModifierConstructorDescriptionNoiseRouter
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, RandomDeriver randomDeriver2, DensityFunction densityFunction5, DensityFunction densityFunction6, DensityFunction densityFunction7, DensityFunction densityFunction8, DensityFunction densityFunction9, DensityFunction densityFunction10, DensityFunction densityFunction11, DensityFunction densityFunction12, DensityFunction densityFunction13, DensityFunction densityFunction14, DensityFunction densityFunction15, List<MultiNoiseUtil.NoiseHypercube> list) SimpleNoiseRouter
(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)