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 SummaryNested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunctionDensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
- 
Field SummaryFields inherited from interface net.minecraft.world.level.levelgen.DensityFunctionCODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC
- 
Method SummaryModifier 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.DensityFunctionabs, clamp, codec, compute, cube, halfNegative, maxValue, minValue, quarterNegative, square, squeeze
- 
Method Details- 
fillArray- Specified by:
- fillArrayin interface- DensityFunction
 
- 
mapAll- Specified by:
- mapAllin interface- DensityFunction
 
 
-