Interface DensityFunctions.MarkerOrMarked
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
DensityFunctions.Marker, NoiseChunk.BlendDensity, NoiseChunk.Cache2D, NoiseChunk.CacheAllInCell, NoiseChunk.CacheOnce, NoiseChunk.FlatCache, NoiseChunk.NoiseInterpolator
- Enclosing class:
DensityFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from interface DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor -
Field Summary
Fields inherited from interface DensityFunction
CODEC -
Method Summary
Modifier and TypeMethodDescriptiondefault KeyDispatchDataCodec<? extends DensityFunction> codec()default DensityFunctionmapChildren(DensityFunction.Visitor visitor) type()wrapped()Methods inherited from interface DensityFunction
abs, clamp, compute, cube, fillArray, halfNegative, invert, mapAll, maxValue, minValue, quarterNegative, square, squeeze
-
Method Details
-
type
DensityFunctions.Marker.Type type() -
wrapped
DensityFunction wrapped() -
codec
- Specified by:
codecin interfaceDensityFunction
-
mapChildren
- Specified by:
mapChildrenin interfaceDensityFunction
-