Interface DensityFunctions.BeardifierOrMarker
- All Superinterfaces:
DensityFunction,DensityFunction.SimpleFunction
- All Known Implementing Classes:
Beardifier,DensityFunctions.BeardifierMarker
- 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
FieldsFields inherited from interface net.minecraft.world.level.levelgen.DensityFunction
DIRECT_CODEC, HOLDER_HELPER_CODEC -
Method Summary
Modifier and TypeMethodDescriptiondefault KeyDispatchDataCodec<? extends DensityFunction>codec()Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, compute, cube, halfNegative, maxValue, minValue, quarterNegative, square, squeezeMethods inherited from interface net.minecraft.world.level.levelgen.DensityFunction.SimpleFunction
fillArray, mapAll
-
Field Details
-
CODEC
-
-
Method Details
-
codec
- Specified by:
codecin interfaceDensityFunction
-