Interface DensityFunctions.TwoArgumentSimpleFunction
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
DensityFunctions.Ap2
,DensityFunctions.MulOrAdd
- Enclosing class:
- DensityFunctions
-
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 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.DensityFunction
abs, clamp, compute, cube, fillArray, halfNegative, mapAll, maxValue, minValue, quarterNegative, square, squeeze
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER
-
-
Method Details
-
create
static DensityFunctions.TwoArgumentSimpleFunction create(DensityFunctions.TwoArgumentSimpleFunction.Type p_209074_, DensityFunction p_209075_, DensityFunction p_209076_) -
type
-
argument1
DensityFunction argument1() -
argument2
DensityFunction argument2() -
codec
- Specified by:
codec
in interfaceDensityFunction
-