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