Uses of Interface
dev.wyck.worldgen.function.noise.NoiseFunction
Packages that use NoiseFunction
-
Uses of NoiseFunction in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return NoiseFunctionModifier and TypeMethodDescriptionstatic NoiseFunctionDensityFunction.noise(NoiseParameters noiseParameters, double xzScale, double yScale) Samples a noise. -
Uses of NoiseFunction in dev.wyck.worldgen.function.noise
Subinterfaces of NoiseFunction in dev.wyck.worldgen.function.noiseModifier and TypeInterfaceDescriptioninterfaceA noise function that maps the output of another noise function to a range, probably.Methods in dev.wyck.worldgen.function.noise that return NoiseFunctionModifier and TypeMethodDescriptionabstract NoiseFunctionNoiseFunction.AbstractBuilder.build()Builds the noise function.NoiseFunction.Builder.build()static NoiseFunctionNoiseFunction.of(@Nullable ResourceKey resourceKey, NoiseParameters noiseParameters, double xzScale, double yScale) Creates a new noise function.static NoiseFunctionNoiseFunction.of(NoiseParameters noiseParameters, double xzScale, double yScale) Creates a new noise function.Constructors in dev.wyck.worldgen.function.noise with parameters of type NoiseFunction