Class CountConfiguration.Builder
java.lang.Object
dev.wyck.worldgen.feature.configurations.CountConfiguration.Builder
- Enclosing interface:
CountConfiguration
Builder for
CountConfiguration.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configuration.count(int count) Sets the count.count(IntProvider count) Sets the count provider.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
count
Sets the count provider.- Parameters:
count- the count provider- Returns:
- this builder
- Since:
- 3.0.0
-
count
Sets the count.- Parameters:
count- the count- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the configuration.- Returns:
- the configuration
- Since:
- 3.0.0
-