Interface DensityFunctions.ShiftNoise
- All Superinterfaces:
- DensityFunction
- All Known Implementing Classes:
- DensityFunctions.Shift,- DensityFunctions.ShiftA,- DensityFunctions.ShiftB
- 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(double p_208918_, double p_208919_, double p_208920_) default voidfillArray(double[] p_224103_, DensityFunction.ContextProvider p_224104_) default doublemaxValue()default doubleminValue()Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunctionabs, clamp, codec, compute, cube, halfNegative, mapAll, quarterNegative, square, squeeze
- 
Method Details- 
offsetNoiseDensityFunction.NoiseHolder offsetNoise()
- 
minValuedefault double minValue()- Specified by:
- minValuein interface- DensityFunction
 
- 
maxValuedefault double maxValue()- Specified by:
- maxValuein interface- DensityFunction
 
- 
computedefault double compute(double p_208918_, double p_208919_, double p_208920_) 
- 
fillArray- Specified by:
- fillArrayin interface- DensityFunction
 
 
-