Uses of Class
dev.wyck.worldgen.feature.configurations.CountConfiguration.Builder
Packages that use CountConfiguration.Builder
-
Uses of CountConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return CountConfiguration.BuilderModifier and TypeMethodDescriptionstatic CountConfiguration.BuilderCountConfiguration.builder()Creates a new builder.CountConfiguration.Builder.count(int count) Sets the count.CountConfiguration.Builder.count(IntProvider count) Sets the count provider.static CountConfiguration.BuilderFeatureConfiguration.count()Creates a builder for aCountConfiguration.default CountConfiguration.BuilderCountConfiguration.toBuilder()Converts this object back to a builder.