Uses of Interface
net.minecraft.world.gen.densityfunction.DensityFunction.DensityFunctionVisitor
Package
Description
-
Uses of DensityFunction.DensityFunctionVisitor in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionChunkNoiseSampler.BlendAlphaDensityFunction.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.ChunkNoiseSampler.BlendOffsetDensityFunction.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
. -
Uses of DensityFunction.DensityFunctionVisitor in net.minecraft.world.gen.densityfunction
Modifier and TypeMethodDescriptionDensityFunction.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.default DensityFunction
DensityFunction.Base.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.BinaryOperation.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.BlendDensity.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.Clamp.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.LinearOperation.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.Noise.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.RangeChoice.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.RegistryEntryHolder.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.Shift.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.ShiftA.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.ShiftB.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.ShiftedNoise.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.Spline.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.DensityFunctionTypes.Spline.DensityFunctionWrapper.apply
(DensityFunction.DensityFunctionVisitor visitor) DensityFunctionTypes.UnaryOperation.apply
(DensityFunction.DensityFunctionVisitor densityFunctionVisitor) DensityFunctionTypes.WeirdScaledSampler.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
.default DensityFunction
DensityFunctionTypes.Wrapper.apply
(DensityFunction.DensityFunctionVisitor visitor) Applies the visitor to every child density function andthis
. -
Uses of DensityFunction.DensityFunctionVisitor in net.minecraft.world.gen.noise
Modifier and TypeMethodDescriptionNoiseRouter.apply
(DensityFunction.DensityFunctionVisitor visitor)