Uses of Class
dev.wyck.worldgen.valueproviders.ClampedInt.Builder
Packages that use ClampedInt.Builder
-
Uses of ClampedInt.Builder in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type ClampedInt.Builder in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return ClampedInt.BuilderModifier and TypeMethodDescriptionstatic ClampedInt.BuilderClampedInt.builder()Creates a new builder.static ClampedInt.BuilderIntProvider.clamped()Creates a new clamped int builder.ClampedInt.Builder.source(IntProvider source) Sets the source provider to clamp.default ClampedInt.BuilderClampedInt.toBuilder()Converts this object back to a builder.