Uses of Interface
dev.wyck.worldgen.valueproviders.ClampedNormalInt
Packages that use ClampedNormalInt
-
Uses of ClampedNormalInt in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type ClampedNormalInt in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return ClampedNormalIntModifier and TypeMethodDescriptionClampedNormalInt.Builder.build()static ClampedNormalIntIntProvider.clampedNormal(int min, int max, float mean, float deviation) Creates a new clamped normal int.static ClampedNormalIntClampedNormalInt.of(int min, int max, float mean, float deviation) Creates a new ClampedNormalInt.Constructors in dev.wyck.worldgen.valueproviders with parameters of type ClampedNormalInt