Uses of Interface
dev.wyck.worldgen.function.misc.YClampedGradient
Packages that use YClampedGradient
-
Uses of YClampedGradient in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return YClampedGradientModifier and TypeMethodDescriptionstatic YClampedGradientDensityFunction.yClampedGradient(int fromY, int toY, double fromValue, double toValue) Clamps the Y coordinate betweenfromYandtoYand then linearly maps it to the range[fromValue, toValue]. -
Uses of YClampedGradient in dev.wyck.worldgen.function.misc
Subinterfaces with type arguments of type YClampedGradient in dev.wyck.worldgen.function.miscModifier and TypeInterfaceDescriptioninterfaceClamps the Y coordinate betweenfromYandtoYand then linearly maps it to the range[fromValue, toValue].Methods in dev.wyck.worldgen.function.misc that return YClampedGradientModifier and TypeMethodDescriptionYClampedGradient.Builder.build()Builds the y clamped gradient density function.static YClampedGradientYClampedGradient.of(int fromY, int toY, double fromValue, double toValue) Creates a new y clamped gradient density function.static YClampedGradientYClampedGradient.of(@Nullable ResourceKey resourceKey, int fromY, int toY, double fromValue, double toValue) Creates a new y clamped gradient density function.