Uses of Interface
net.minecraft.world.level.levelgen.densityfunction.DensitySampler
Packages that use DensitySampler
Package
Description
-
Uses of DensitySampler in net.minecraft.world.level.levelgen
Classes in net.minecraft.world.level.levelgen that implement DensitySamplerMethods in net.minecraft.world.level.levelgen that return DensitySampler -
Uses of DensitySampler in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending with type parameters of type DensitySamplerModifier and TypeFieldDescriptionstatic final ContextKey<DensitySampler> Blender.ALPHA_KEYstatic final ContextKey<DensitySampler> Blender.OFFSET_KEYMethods in net.minecraft.world.level.levelgen.blending that return DensitySamplerModifier and TypeMethodDescriptionBlender.OutputBuffer.createAlphaSampler()Blender.OutputBuffer.createOffsetSampler() -
Uses of DensitySampler in net.minecraft.world.level.levelgen.densityfunction
Classes in net.minecraft.world.level.levelgen.densityfunction that implement DensitySamplerModifier and TypeClassDescriptionfinal recordfinal recordFields in net.minecraft.world.level.levelgen.densityfunction declared as DensitySamplerModifier and TypeFieldDescriptionprivate final DensitySamplerDensityFunctionCompiler.PreparedCache.cachingSamplerThe field for thecachingSamplerrecord component.private final DensitySamplerContextBoundSampler.fallbackSamplerThe field for thefallbackSamplerrecord component.private final DensitySamplerCachingDensitySampler.inputThe field for theinputrecord component.private final DensitySamplerDensitySampler.Bound.samplerThe field for thesamplerrecord component.Fields in net.minecraft.world.level.levelgen.densityfunction with type parameters of type DensitySamplerModifier and TypeFieldDescriptionprivate final ContextKey<? extends DensitySampler> ContextBoundSampler.keyThe field for thekeyrecord component.private final Function<DensityFunction, DensitySampler> DensityFunctionCompiler.optimizeAndCompileprivate final Map<DensityFunction, DensitySampler> DensityFunctionCompiler.samplersMethods in net.minecraft.world.level.levelgen.densityfunction that return DensitySamplerModifier and TypeMethodDescriptionDensityFunctionCompiler.PreparedCache.cachingSampler()Returns the value of thecachingSamplerrecord component.DensityFunction.compileSampler(DensityFunction.CompileContext context) DensityFunctionCompiler.PreparedCache.compileSampler(DensityFunction.CompileContext context) DensityFunctions.HolderHolder.compileSampler(DensityFunction.CompileContext context) ContextBoundSampler.fallbackSampler()Returns the value of thefallbackSamplerrecord component.DensityFunctionCompiler.getSampler(DensityFunction function) CachingDensitySampler.input()Returns the value of theinputrecord component.private DensitySamplerDensityFunctionCompiler.optimizeAndCompile(DensityFunction function) DensitySampler.Bound.sampler()Returns the value of thesamplerrecord component.Methods in net.minecraft.world.level.levelgen.densityfunction that return types with arguments of type DensitySamplerModifier and TypeMethodDescriptionContextKey<? extends DensitySampler> ContextBoundSampler.key()Returns the value of thekeyrecord component.Methods in net.minecraft.world.level.levelgen.densityfunction with parameters of type DensitySamplerModifier and TypeMethodDescription(package private) floatSamplerContext.sampleValueCached(int cacheId, DensitySampler input, int blockX, int blockY, int blockZ) (package private) voidSamplerContext.sampleVolumeCached(int cacheId, DensitySampler input, DensityBuffer outputBuffer, DensityVolume volume) static voidDensitySampler.sampleVolumeNaive(SamplerContext context, DensityBuffer outputBuffer, DensityVolume volume, DensitySampler sampler) Constructors in net.minecraft.world.level.levelgen.densityfunction with parameters of type DensitySamplerModifierConstructorDescriptionBound(DensitySampler sampler, SamplerContext context) Creates an instance of aBoundrecord class.CachingDensitySampler(int id, DensitySampler input) Creates an instance of aCachingDensitySamplerrecord class.ContextBoundSampler(ContextKey<? extends DensitySampler> key, DensitySampler fallbackSampler) Creates an instance of aContextBoundSamplerrecord class.privatePreparedCache(int id, Interval range, int domainAxes, DensitySampler cachingSampler) Creates an instance of aPreparedCacherecord class.Constructor parameters in net.minecraft.world.level.levelgen.densityfunction with type arguments of type DensitySamplerModifierConstructorDescriptionContextBoundSampler(ContextKey<? extends DensitySampler> key, DensitySampler fallbackSampler) Creates an instance of aContextBoundSamplerrecord class. -
Uses of DensitySampler in net.minecraft.world.level.levelgen.densityfunction.generator
Subinterfaces of DensitySampler in net.minecraft.world.level.levelgen.densityfunction.generatorClasses in net.minecraft.world.level.levelgen.densityfunction.generator that implement DensitySamplerModifier and TypeClassDescriptionstatic final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.world.level.levelgen.densityfunction.generator declared as DensitySamplerModifier and TypeFieldDescriptionprivate final DensitySamplerNoiseFunction.ShiftedXyzSampler.shiftXThe field for theshiftXrecord component.private final DensitySamplerNoiseFunction.ShiftedXzSampler.shiftXThe field for theshiftXrecord component.private final DensitySamplerNoiseFunction.ShiftedXyzSampler.shiftYThe field for theshiftYrecord component.private final DensitySamplerNoiseFunction.ShiftedXyzSampler.shiftZThe field for theshiftZrecord component.private final DensitySamplerNoiseFunction.ShiftedXzSampler.shiftZThe field for theshiftZrecord component.Methods in net.minecraft.world.level.levelgen.densityfunction.generator that return DensitySamplerModifier and TypeMethodDescriptionConstantFunction.compileSampler(DensityFunction.CompileContext context) DistanceToPointFunction.compileSampler(DensityFunction.CompileContext context) EndIslandFunction.compileSampler(DensityFunction.CompileContext context) GradientFunction.compileSampler(DensityFunction.CompileContext context) NoiseFunction.compileSampler(DensityFunction.CompileContext context) ShiftNoiseFunction.Shift.compileSampler(DensityFunction.CompileContext context) ShiftNoiseFunction.ShiftA.compileSampler(DensityFunction.CompileContext context) ShiftNoiseFunction.ShiftB.compileSampler(DensityFunction.CompileContext context) SimpleDensityFunction.compileSampler(DensityFunction.CompileContext context) NoiseFunction.ShiftedXyzSampler.shiftX()Returns the value of theshiftXrecord component.NoiseFunction.ShiftedXzSampler.shiftX()Returns the value of theshiftXrecord component.NoiseFunction.ShiftedXyzSampler.shiftY()Returns the value of theshiftYrecord component.NoiseFunction.ShiftedXyzSampler.shiftZ()Returns the value of theshiftZrecord component.NoiseFunction.ShiftedXzSampler.shiftZ()Returns the value of theshiftZrecord component.Constructors in net.minecraft.world.level.levelgen.densityfunction.generator with parameters of type DensitySamplerModifierConstructorDescriptionShiftedXyzSampler(DensitySampler shiftX, DensitySampler shiftY, DensitySampler shiftZ, Noise noise, double xzScale, double yScale) Creates an instance of aShiftedXyzSamplerrecord class.ShiftedXzSampler(DensitySampler shiftX, DensitySampler shiftZ, Noise noise, double xzScale, double yScale) Creates an instance of aShiftedXzSamplerrecord class. -
Uses of DensitySampler in net.minecraft.world.level.levelgen.densityfunction.op
Classes in net.minecraft.world.level.levelgen.densityfunction.op that implement DensitySamplerModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordprivate static final recordstatic final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordstatic final recordstatic final recordstatic final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordprivate static final recordstatic final recordstatic final recordstatic final recordstatic final recordprivate static classstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.world.level.levelgen.densityfunction.op declared as DensitySamplerModifier and TypeFieldDescriptionprivate final DensitySamplerLerpFunction.ConstFirstSampler.alphaThe field for thealpharecord component.private final DensitySamplerLerpFunction.ConstSecondSampler.alphaThe field for thealpharecord component.private final DensitySamplerLerpFunction.Sampler.alphaThe field for thealpharecord component.private final DensitySamplerPowFunction.ConstExponentSampler.baseThe field for thebaserecord component.private final DensitySamplerPowFunction.Sampler.baseThe field for thebaserecord component.private final DensitySamplerFindTopSurfaceFunction.Sampler.densityThe field for thedensityrecord component.private final DensitySamplerPowFunction.ConstBaseSampler.exponentThe field for theexponentrecord component.private final DensitySamplerPowFunction.Sampler.exponentThe field for theexponentrecord component.private final DensitySamplerLerpFunction.ConstSecondSampler.firstThe field for thefirstrecord component.private final DensitySamplerLerpFunction.Sampler.firstThe field for thefirstrecord component.private final DensitySamplerIntervalSelectFunction.SingleThresholdSampler.ifAboveThe field for theifAboverecord component.private final DensitySamplerIntervalSelectFunction.SingleThresholdSampler.ifBelowThe field for theifBelowrecord component.private final DensitySamplerBlendDensityFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerClampFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerInterpolatedFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerIntervalSelectFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerIntervalSelectFunction.SingleThresholdSampler.inputThe field for theinputrecord component.private final DensitySamplerRangeChoiceFunction.ConstSampler.inputThe field for theinputrecord component.private final DensitySamplerRangeChoiceFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerRoundFunction.IntegerMultipleSampler.inputThe field for theinputrecord component.private final DensitySamplerRoundFunction.Sampler.inputThe field for theinputrecord component.private final DensitySamplerSliceFunction.XSampler.inputThe field for theinputrecord component.private final DensitySamplerSliceFunction.XzSampler.inputThe field for theinputrecord component.private final DensitySamplerSliceFunction.YSampler.inputThe field for theinputrecord component.private final DensitySamplerSliceFunction.ZSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.AbsSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.CubeSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.LeakyReLUSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.LogSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.NegateSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.ReciprocalSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.SignSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.SqrtSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.SquareSampler.inputThe field for theinputrecord component.private final DensitySamplerUnaryFunction.SqueezeSampler.inputThe field for theinputrecord component.private final DensitySamplerBinaryFunction.AddSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.ConstAddSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.ConstMaxSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.ConstMinSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.ConstMulSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.DivSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.MaxSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.MinSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.MulSampler.leftThe field for theleftrecord component.private final DensitySamplerBinaryFunction.SubSampler.leftThe field for theleftrecord component.private final DensitySamplerRoundFunction.Sampler.multipleThe field for themultiplerecord component.private final DensitySamplerBinaryFunction.AddSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.ConstDivSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.ConstSubSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.DivSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.MaxSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.MinSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.MulSampler.rightThe field for therightrecord component.private final DensitySamplerBinaryFunction.SubSampler.rightThe field for therightrecord component.private final DensitySamplerSplineFunction.SamplerCoordinate.samplerThe field for thesamplerrecord component.private final DensitySampler[]IntervalSelectFunction.Sampler.samplersThe field for thesamplersrecord component.private final DensitySamplerLerpFunction.ConstFirstSampler.secondThe field for thesecondrecord component.private final DensitySamplerLerpFunction.Sampler.secondThe field for thesecondrecord component.private final DensitySamplerFindTopSurfaceFunction.Sampler.upperBoundThe field for theupperBoundrecord component.private final DensitySamplerRangeChoiceFunction.Sampler.whenInRangeThe field for thewhenInRangerecord component.private final DensitySamplerRangeChoiceFunction.Sampler.whenOutOfRangeThe field for thewhenOutOfRangerecord component.Methods in net.minecraft.world.level.levelgen.densityfunction.op that return DensitySamplerModifier and TypeMethodDescriptionLerpFunction.ConstFirstSampler.alpha()Returns the value of thealpharecord component.LerpFunction.ConstSecondSampler.alpha()Returns the value of thealpharecord component.LerpFunction.Sampler.alpha()Returns the value of thealpharecord component.PowFunction.ConstExponentSampler.base()Returns the value of thebaserecord component.PowFunction.Sampler.base()Returns the value of thebaserecord component.private static DensitySamplerPowFunction.compileConstExponent(DensitySampler base, float exponent) BinaryFunction.compileSampler(DensityFunction.CompileContext context) BlendDensityFunction.compileSampler(DensityFunction.CompileContext context) CacheFunction.compileSampler(DensityFunction.CompileContext context) ClampFunction.compileSampler(DensityFunction.CompileContext context) FindTopSurfaceFunction.compileSampler(DensityFunction.CompileContext context) InterpolatedFunction.compileSampler(DensityFunction.CompileContext context) IntervalSelectFunction.compileSampler(DensityFunction.CompileContext context) LerpFunction.compileSampler(DensityFunction.CompileContext context) PowFunction.compileSampler(DensityFunction.CompileContext context) RangeChoiceFunction.compileSampler(DensityFunction.CompileContext context) RoundFunction.compileSampler(DensityFunction.CompileContext context) SliceFunction.compileSampler(DensityFunction.CompileContext context) SplineFunction.compileSampler(DensityFunction.CompileContext context) UnaryFunction.compileSampler(DensityFunction.CompileContext context) FindTopSurfaceFunction.Sampler.density()Returns the value of thedensityrecord component.PowFunction.ConstBaseSampler.exponent()Returns the value of theexponentrecord component.PowFunction.Sampler.exponent()Returns the value of theexponentrecord component.LerpFunction.ConstSecondSampler.first()Returns the value of thefirstrecord component.LerpFunction.Sampler.first()Returns the value of thefirstrecord component.IntervalSelectFunction.SingleThresholdSampler.ifAbove()Returns the value of theifAboverecord component.IntervalSelectFunction.SingleThresholdSampler.ifBelow()Returns the value of theifBelowrecord component.BlendDensityFunction.Sampler.input()Returns the value of theinputrecord component.ClampFunction.Sampler.input()Returns the value of theinputrecord component.InterpolatedFunction.Sampler.input()Returns the value of theinputrecord component.IntervalSelectFunction.Sampler.input()Returns the value of theinputrecord component.IntervalSelectFunction.SingleThresholdSampler.input()Returns the value of theinputrecord component.RangeChoiceFunction.ConstSampler.input()Returns the value of theinputrecord component.RangeChoiceFunction.Sampler.input()Returns the value of theinputrecord component.RoundFunction.IntegerMultipleSampler.input()Returns the value of theinputrecord component.RoundFunction.Sampler.input()Returns the value of theinputrecord component.SliceFunction.XSampler.input()Returns the value of theinputrecord component.SliceFunction.XzSampler.input()Returns the value of theinputrecord component.SliceFunction.YSampler.input()Returns the value of theinputrecord component.SliceFunction.ZSampler.input()Returns the value of theinputrecord component.UnaryFunction.AbsSampler.input()Returns the value of theinputrecord component.UnaryFunction.CubeSampler.input()Returns the value of theinputrecord component.UnaryFunction.LeakyReLUSampler.input()Returns the value of theinputrecord component.UnaryFunction.LogSampler.input()Returns the value of theinputrecord component.UnaryFunction.NegateSampler.input()Returns the value of theinputrecord component.UnaryFunction.ReciprocalSampler.input()Returns the value of theinputrecord component.UnaryFunction.SignSampler.input()Returns the value of theinputrecord component.UnaryFunction.SqrtSampler.input()Returns the value of theinputrecord component.UnaryFunction.SquareSampler.input()Returns the value of theinputrecord component.UnaryFunction.SqueezeSampler.input()Returns the value of theinputrecord component.BinaryFunction.AddSampler.left()Returns the value of theleftrecord component.BinaryFunction.ConstAddSampler.left()Returns the value of theleftrecord component.BinaryFunction.ConstMaxSampler.left()Returns the value of theleftrecord component.BinaryFunction.ConstMinSampler.left()Returns the value of theleftrecord component.BinaryFunction.ConstMulSampler.left()Returns the value of theleftrecord component.BinaryFunction.DivSampler.left()Returns the value of theleftrecord component.BinaryFunction.MaxSampler.left()Returns the value of theleftrecord component.BinaryFunction.MinSampler.left()Returns the value of theleftrecord component.BinaryFunction.MulSampler.left()Returns the value of theleftrecord component.BinaryFunction.SubSampler.left()Returns the value of theleftrecord component.RoundFunction.Sampler.multiple()Returns the value of themultiplerecord component.BinaryFunction.AddSampler.right()Returns the value of therightrecord component.BinaryFunction.ConstDivSampler.right()Returns the value of therightrecord component.BinaryFunction.ConstSubSampler.right()Returns the value of therightrecord component.BinaryFunction.DivSampler.right()Returns the value of therightrecord component.BinaryFunction.MaxSampler.right()Returns the value of therightrecord component.BinaryFunction.MinSampler.right()Returns the value of therightrecord component.BinaryFunction.MulSampler.right()Returns the value of therightrecord component.BinaryFunction.SubSampler.right()Returns the value of therightrecord component.SplineFunction.SamplerCoordinate.sampler()Returns the value of thesamplerrecord component.IntervalSelectFunction.Sampler.samplers()Returns the value of thesamplersrecord component.LerpFunction.ConstFirstSampler.second()Returns the value of thesecondrecord component.LerpFunction.Sampler.second()Returns the value of thesecondrecord component.FindTopSurfaceFunction.Sampler.upperBound()Returns the value of theupperBoundrecord component.RangeChoiceFunction.Sampler.whenInRange()Returns the value of thewhenInRangerecord component.RangeChoiceFunction.Sampler.whenOutOfRange()Returns the value of thewhenOutOfRangerecord component.Methods in net.minecraft.world.level.levelgen.densityfunction.op with parameters of type DensitySamplerModifier and TypeMethodDescriptionprivate static DensitySamplerPowFunction.compileConstExponent(DensitySampler base, float exponent) floatSplineFunction.BufferSplineInput.sampleCoordinate(DensitySampler coordinateSampler, int coordinateIndex) floatSplineFunction.PointSplineInput.sampleCoordinate(DensitySampler coordinateSampler, int coordinateIndex) floatSplineFunction.SplineInput.sampleCoordinate(DensitySampler coordinateSampler, int coordinateIndex) Constructors in net.minecraft.world.level.levelgen.densityfunction.op with parameters of type DensitySamplerModifierConstructorDescriptionAbsSampler(DensitySampler input) Creates an instance of aAbsSamplerrecord class.AddSampler(DensitySampler left, DensitySampler right) Creates an instance of aAddSamplerrecord class.ConstAddSampler(DensitySampler left, float right) Creates an instance of aConstAddSamplerrecord class.privateConstBaseSampler(double base, DensitySampler exponent) Creates an instance of aConstBaseSamplerrecord class.ConstDivSampler(float left, DensitySampler right) Creates an instance of aConstDivSamplerrecord class.privateConstExponentSampler(DensitySampler base, double exponent) Creates an instance of aConstExponentSamplerrecord class.ConstFirstSampler(DensitySampler alpha, float first, DensitySampler second) Creates an instance of aConstFirstSamplerrecord class.ConstMaxSampler(DensitySampler left, float right) Creates an instance of aConstMaxSamplerrecord class.ConstMinSampler(DensitySampler left, float right) Creates an instance of aConstMinSamplerrecord class.ConstMulSampler(DensitySampler left, float right) Creates an instance of aConstMulSamplerrecord class.privateConstSampler(DensitySampler input, float minInclusive, float maxExclusive, float whenInRange, float whenOutOfRange) Creates an instance of aConstSamplerrecord class.ConstSecondSampler(DensitySampler alpha, DensitySampler first, float second) Creates an instance of aConstSecondSamplerrecord class.ConstSubSampler(float left, DensitySampler right) Creates an instance of aConstSubSamplerrecord class.CubeSampler(DensitySampler input) Creates an instance of aCubeSamplerrecord class.DivSampler(DensitySampler left, DensitySampler right) Creates an instance of aDivSamplerrecord class.privateIntegerMultipleSampler(RoundFunction.Type type, DensitySampler input) Creates an instance of aIntegerMultipleSamplerrecord class.LeakyReLUSampler(DensitySampler input, float negativeFactor) Creates an instance of aLeakyReLUSamplerrecord class.LogSampler(DensitySampler input) Creates an instance of aLogSamplerrecord class.MaxSampler(DensitySampler left, DensitySampler right, float rightMaxValue) Creates an instance of aMaxSamplerrecord class.MinSampler(DensitySampler left, DensitySampler right, float rightMinValue) Creates an instance of aMinSamplerrecord class.MulSampler(DensitySampler left, DensitySampler right) Creates an instance of aMulSamplerrecord class.NegateSampler(DensitySampler input) Creates an instance of aNegateSamplerrecord class.ReciprocalSampler(DensitySampler input) Creates an instance of aReciprocalSamplerrecord class.privateSampler(DensitySampler input) Creates an instance of aSamplerrecord class.Sampler(DensitySampler input, float min, float max) Creates an instance of aSamplerrecord class.privateSampler(DensitySampler density, DensitySampler upperBound, int lowerBound, int cellHeight) Creates an instance of aSamplerrecord class.privateSampler(DensitySampler input, int cellSizeXz, int cellSizeY, float cellSizeXzInv, float cellSizeYInv) Creates an instance of aSamplerrecord class.privateSampler(DensitySampler input, float[] thresholds, DensitySampler[] samplers) Creates an instance of aSamplerrecord class.Sampler(DensitySampler alpha, DensitySampler first, DensitySampler second) Creates an instance of aSamplerrecord class.privateSampler(DensitySampler base, DensitySampler exponent) Creates an instance of aSamplerrecord class.privateSampler(DensitySampler input, float minInclusive, float maxExclusive, DensitySampler whenInRange, DensitySampler whenOutOfRange) Creates an instance of aSamplerrecord class.privateSampler(RoundFunction.Type type, DensitySampler input, DensitySampler multiple) Creates an instance of aSamplerrecord class.privateSamplerCoordinate(DensitySampler sampler, int index, Interval range) Creates an instance of aSamplerCoordinaterecord class.SignSampler(DensitySampler input) Creates an instance of aSignSamplerrecord class.privateSingleThresholdSampler(DensitySampler input, float threshold, DensitySampler ifBelow, DensitySampler ifAbove) Creates an instance of aSingleThresholdSamplerrecord class.SqrtSampler(DensitySampler input) Creates an instance of aSqrtSamplerrecord class.SquareSampler(DensitySampler input) Creates an instance of aSquareSamplerrecord class.SqueezeSampler(DensitySampler input) Creates an instance of aSqueezeSamplerrecord class.SubSampler(DensitySampler left, DensitySampler right) Creates an instance of aSubSamplerrecord class.XSampler(DensitySampler input, int x) Creates an instance of aXSamplerrecord class.XzSampler(DensitySampler input, int x, int z) Creates an instance of aXzSamplerrecord class.YSampler(DensitySampler input, int y) Creates an instance of aYSamplerrecord class.ZSampler(DensitySampler input, int z) Creates an instance of aZSamplerrecord class. -
Uses of DensitySampler in net.minecraft.world.level.levelgen.synth
Methods in net.minecraft.world.level.levelgen.synth that return DensitySamplerModifier and TypeMethodDescriptionBlendedNoise.compileSampler(RandomSource random) BlendedNoise.compileSampler(DensityFunction.CompileContext context)