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 voidfillArray(double[] p_208241_, DensityFunction.ContextProvider p_208242_) default DensityFunctionmapAll(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:
fillArrayin interfaceDensityFunction
-
mapAll
- Specified by:
mapAllin interfaceDensityFunction
-