Uses of Interface
dev.wyck.worldgen.function.noise.MappedNoiseFunction
Packages that use MappedNoiseFunction
-
Uses of MappedNoiseFunction in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return MappedNoiseFunctionModifier and TypeMethodDescriptionstatic MappedNoiseFunctionDensityFunction.mappedNoise(NoiseParameters noiseParameters, double xzScale, double yScale, double minTarget, double maxTarget) Samples a noise and linearly maps its output to the range[minTarget, maxTarget]. -
Uses of MappedNoiseFunction in dev.wyck.worldgen.function.noise
Methods in dev.wyck.worldgen.function.noise that return MappedNoiseFunctionModifier and TypeMethodDescriptionMappedNoiseFunction.Builder.build()Builds the mapped noise function.static MappedNoiseFunctionMappedNoiseFunction.of(@Nullable ResourceKey resourceKey, NoiseParameters noiseParameters, double xzScale, double yScale, double minTarget, double maxTarget) Creates a new mapped noise function.static MappedNoiseFunctionMappedNoiseFunction.of(NoiseParameters noiseParameters, double xzScale, double yScale, double minTarget, double maxTarget) Creates a new mapped noise function.