Uses of Class
dev.wyck.worldgen.valueproviders.ClampedNormalInt.Builder
Packages that use ClampedNormalInt.Builder
-
Uses of ClampedNormalInt.Builder in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type ClampedNormalInt.Builder in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return ClampedNormalInt.BuilderModifier and TypeMethodDescriptionstatic ClampedNormalInt.BuilderClampedNormalInt.builder()Creates a new builder.static ClampedNormalInt.BuilderIntProvider.clampedNormal()Creates a new clamped normal int builder.ClampedNormalInt.Builder.deviation(float deviation) Sets the deviation of the normal distribution.ClampedNormalInt.Builder.mean(float mean) Sets the mean of the normal distribution.default ClampedNormalInt.BuilderClampedNormalInt.toBuilder()Converts this object back to a builder.