Interface NoiseParameterFunction
- All Superinterfaces:
DensityFunction, Keyed, Registerable<NoiseParameterFunction>, Wrapper
- All Known Subinterfaces:
MappedNoiseFunction, NoiseFunction, ShiftedFunction, ShiftedNoise2dFunction
@NullMarked
@AsOf("3.0.0")
public interface NoiseParameterFunction
extends DensityFunction, Registerable<NoiseParameterFunction>
A density function that uses
NoiseParameters to generate its output.- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionThe noise parameters used to generate the output.Methods inherited from interface DensityFunction
abs, add, blendDensity, cache2d, cacheAllInCell, cacheOnce, clamp, cube, findTopSurface, flatCache, halfNegative, interpolated, invert, max, min, mul, quarterNegative, rangeChoice, resourceKey, square, squeeze, wrapMethods inherited from interface Registerable
registerMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
noiseParameters
The noise parameters used to generate the output.- Returns:
- the noise parameters
- Since:
- 3.0.0
-