Uses of Class
dev.wyck.worldgen.function.misc.YClampedGradient.Builder
Packages that use YClampedGradient.Builder
-
Uses of YClampedGradient.Builder in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return YClampedGradient.BuilderModifier and TypeMethodDescriptionstatic YClampedGradient.BuilderDensityFunction.yClampedGradient()Creates a new builder for aYClampedGradient. -
Uses of YClampedGradient.Builder in dev.wyck.worldgen.function.misc
Methods in dev.wyck.worldgen.function.misc that return YClampedGradient.BuilderModifier and TypeMethodDescriptionstatic YClampedGradient.BuilderYClampedGradient.builder()Creates a new builder.YClampedGradient.Builder.fromValue(double fromValue) Sets the value thatfromYmaps to.YClampedGradient.Builder.fromY(int fromY) Sets the Y coordinate that maps tofromValue.YClampedGradient.Builder.resourceKey(ResourceKey resourceKey) Sets the resource key.default YClampedGradient.BuilderYClampedGradient.toBuilder()Converts this object back to a builder.YClampedGradient.Builder.toValue(double toValue) Sets the value thattoYmaps to.YClampedGradient.Builder.toY(int toY) Sets the Y coordinate that maps totoValue.