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 SummaryNested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunctionDensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
- 
Field SummaryFields inherited from interface net.minecraft.world.level.levelgen.DensityFunctionCODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC
- 
Method SummaryModifier and TypeMethodDescriptiondefault KeyDispatchDataCodec<? extends DensityFunction>codec()default DensityFunctionmapAll(DensityFunction.Visitor p_224070_) type()wrapped()Methods inherited from interface net.minecraft.world.level.levelgen.DensityFunctionabs, clamp, compute, cube, fillArray, halfNegative, maxValue, minValue, quarterNegative, square, squeeze
- 
Method Details- 
typeDensityFunctions.Marker.Type type()
- 
wrappedDensityFunction wrapped()
- 
codec- Specified by:
- codecin interface- DensityFunction
 
- 
mapAll- Specified by:
- mapAllin interface- DensityFunction
 
 
-