Uses of Interface
net.minecraft.world.level.levelgen.densityfunction.DensityFunction.CompileContext
Packages that use DensityFunction.CompileContext
Package
Description
-
Uses of DensityFunction.CompileContext in net.minecraft.world.level.levelgen.densityfunction
Fields in net.minecraft.world.level.levelgen.densityfunction declared as DensityFunction.CompileContextModifier and TypeFieldDescriptionprivate final DensityFunction.CompileContextDensityFunctionCompiler.contextMethods in net.minecraft.world.level.levelgen.densityfunction with parameters of type DensityFunction.CompileContextModifier and TypeMethodDescriptionDensityFunction.compileSampler(DensityFunction.CompileContext context) DensityFunctionCompiler.PreparedCache.compileSampler(DensityFunction.CompileContext context) DensityFunctions.HolderHolder.compileSampler(DensityFunction.CompileContext context) Constructors in net.minecraft.world.level.levelgen.densityfunction with parameters of type DensityFunction.CompileContext -
Uses of DensityFunction.CompileContext in net.minecraft.world.level.levelgen.densityfunction.generator
Methods in net.minecraft.world.level.levelgen.densityfunction.generator with parameters of type DensityFunction.CompileContextModifier 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) -
Uses of DensityFunction.CompileContext in net.minecraft.world.level.levelgen.densityfunction.op
Methods in net.minecraft.world.level.levelgen.densityfunction.op with parameters of type DensityFunction.CompileContextModifier and TypeMethodDescriptionBinaryFunction.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) Constructors in net.minecraft.world.level.levelgen.densityfunction.op with parameters of type DensityFunction.CompileContextModifierConstructorDescriptionSampler(DensityFunction.CompileContext context, CubicSpline<SplineFunction.Coordinate> spline) -
Uses of DensityFunction.CompileContext in net.minecraft.world.level.levelgen.synth
Methods in net.minecraft.world.level.levelgen.synth with parameters of type DensityFunction.CompileContextModifier and TypeMethodDescriptionBlendedNoise.compileSampler(DensityFunction.CompileContext context)