Uses of Interface
net.minecraft.world.gen.densityfunction.DensityFunction.EachApplier
Packages that use DensityFunction.EachApplier
Package
Description
-
Uses of DensityFunction.EachApplier in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type DensityFunction.EachApplierModifier and TypeMethodDescriptionvoidStructureWeightSampler.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier. -
Uses of DensityFunction.EachApplier in net.minecraft.world.gen.chunk
Classes in net.minecraft.world.gen.chunk that implement DensityFunction.EachApplierModifier and TypeClassDescriptionclassChunkNoiseSampleris responsible for sampling the density functions for the cells in each chunk, managing caches and interpolators, theBlender, and the block state samplers.Fields in net.minecraft.world.gen.chunk declared as DensityFunction.EachApplierModifier and TypeFieldDescriptionprivate final DensityFunction.EachApplierChunkNoiseSampler.interpolationEachApplierThe implementation ofEachApplierthat is used for filling the interpolators' density buffers.Methods in net.minecraft.world.gen.chunk with parameters of type DensityFunction.EachApplierModifier and TypeMethodDescriptionvoidChunkNoiseSampler.BlendAlphaDensityFunction.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.BlendOffsetDensityFunction.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.Cache2D.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.CacheOnce.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.CellCache.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.DensityInterpolator.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidChunkNoiseSampler.FlatCache.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier. -
Uses of DensityFunction.EachApplier in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunction.EachApplierModifier and TypeMethodDescriptiondefault voidDensityFunction.Base.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunction.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.Beardifier.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.BinaryOperation.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.BlendAlpha.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.BlendOffset.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.Constant.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.FindTopSurface.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.Noise.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.default voidDensityFunctionTypes.Offset.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.default voidDensityFunctionTypes.Positional.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.RangeChoice.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.RegistryEntryHolder.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.ShiftedNoise.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.Spline.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.default voidDensityFunctionTypes.Unary.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.voidDensityFunctionTypes.Wrapping.fill(double[] densities, DensityFunction.EachApplier applier) Fills an array of densities usingthisdensity function and theDensityFunction.EachApplier.