Interface DensityFunctions.TwoArgumentSimpleFunction
- All Superinterfaces:
- DensityFunction
- All Known Implementing Classes:
- DensityFunctions.Ap2,- DensityFunctions.MulOrAdd
- Enclosing class:
- DensityFunctions
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunctionDensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.level.levelgen.DensityFunctionCODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC
- 
Method SummaryModifier and TypeMethodDescriptiondefault KeyDispatchDataCodec<? extends DensityFunction>codec()create(DensityFunctions.TwoArgumentSimpleFunction.Type p_209074_, DensityFunction p_209075_, DensityFunction p_209076_) type()Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunctionabs, clamp, compute, cube, fillArray, halfNegative, mapAll, maxValue, minValue, quarterNegative, square, squeeze
- 
Field Details- 
LOGGERstatic final org.slf4j.Logger LOGGER
 
- 
- 
Method Details- 
createstatic DensityFunctions.TwoArgumentSimpleFunction create(DensityFunctions.TwoArgumentSimpleFunction.Type p_209074_, DensityFunction p_209075_, DensityFunction p_209076_) 
- 
type
- 
argument1DensityFunction argument1()
- 
argument2DensityFunction argument2()
- 
codec- Specified by:
- codecin interface- DensityFunction
 
 
-