Interface NoiseChunk.NoiseChunkDensityFunction
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
NoiseChunk.BlendAlpha
,NoiseChunk.BlendOffset
,NoiseChunk.Cache2D
,NoiseChunk.CacheAllInCell
,NoiseChunk.CacheOnce
,NoiseChunk.FlatCache
,NoiseChunk.NoiseInterpolator
- Enclosing class:
- NoiseChunk
-
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
Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, codec, compute, cube, fillArray, halfNegative, mapAll, quarterNegative, square, squeeze
-
Method Details
-
wrapped
DensityFunction wrapped() -
minValue
default double minValue()- Specified by:
minValue
in interfaceDensityFunction
-
maxValue
default double maxValue()- Specified by:
maxValue
in interfaceDensityFunction
-