Uses of Interface
dev.wyck.worldgen.valueproviders.ClampedInt
Packages that use ClampedInt
-
Uses of ClampedInt in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type ClampedInt in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return ClampedIntModifier and TypeMethodDescriptionClampedInt.Builder.build()default ClampedIntIntProvider.clamp(int min, int max) Clamps the value to the given range.static ClampedIntIntProvider.clamped(IntProvider source, int min, int max) Creates a clamped int provider.static ClampedIntClampedInt.of(IntProvider source, int min, int max) Creates a new clamped int provider.Constructors in dev.wyck.worldgen.valueproviders with parameters of type ClampedInt