Interface DensityFunctions.MarkerOrMarked
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
DensityFunctions.Marker
,NoiseChunk.Cache2D
,NoiseChunk.CacheAllInCell
,NoiseChunk.CacheOnce
,NoiseChunk.FlatCache
,NoiseChunk.NoiseInterpolator
- Enclosing class:
- DensityFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, 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 com.mojang.serialization.Codec<? extends DensityFunction>
codec()
type()
wrapped()
Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, compute, cube, fillArray, halfNegative, mapAll, maxValue, minValue, quarterNegative, square, squeeze
-
Method Details
-
type
DensityFunctions.Marker.Type type() -
wrapped
DensityFunction wrapped() -
codec
- Specified by:
codec
in interfaceDensityFunction
-