Interface DensityFunction.SimpleFunction
- All Superinterfaces:
DensityFunction
- All Known Subinterfaces:
DensityFunctions.BeardifierOrMarker
- All Known Implementing Classes:
Beardifier
,BlendedNoise
,DensityFunctions.BeardifierMarker
,DensityFunctions.BlendAlpha
,DensityFunctions.BlendOffset
,DensityFunctions.Constant
,DensityFunctions.EndIslandDensityFunction
,DensityFunctions.YClampedGradient
- Enclosing interface:
DensityFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
-
Field Summary
Fields inherited from interface net.minecraft.world.level.levelgen.DensityFunction
CODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
fillArray
(double[] p_208241_, DensityFunction.ContextProvider p_208242_) default DensityFunction
mapAll
(DensityFunction.Visitor p_208239_) Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, codec, compute, cube, halfNegative, maxValue, minValue, quarterNegative, square, squeeze
-
Method Details
-
fillArray
- Specified by:
fillArray
in interfaceDensityFunction
-
mapAll
- Specified by:
mapAll
in interfaceDensityFunction
-