Interface DensityFunctions.PureTransformer
- All Superinterfaces:
- DensityFunction
- All Known Implementing Classes:
- DensityFunctions.Clamp,- DensityFunctions.Mapped,- DensityFunctions.MulOrAdd
- Enclosing class:
- DensityFunctions
- 
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 doublecompute(DensityFunction.FunctionContext p_208817_) default voidfillArray(double[] p_208819_, DensityFunction.ContextProvider p_208820_) input()doubletransform(double p_208815_) Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunctionabs, clamp, codec, cube, halfNegative, mapAll, maxValue, minValue, quarterNegative, square, squeeze
- 
Method Details- 
inputDensityFunction input()
- 
compute- Specified by:
- computein interface- DensityFunction
 
- 
fillArray- Specified by:
- fillArrayin interface- DensityFunction
 
- 
transformdouble transform(double p_208815_) 
 
-