Class TwistingVinesConfig.Builder
java.lang.Object
dev.wyck.worldgen.feature.configurations.TwistingVinesConfig.Builder
- Enclosing interface:
TwistingVinesConfig
Builder for
TwistingVinesConfig.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configuration.maxHeight(int maxHeight) Sets the maximum height of the vines.spreadHeight(int spreadHeight) Sets the spread height of the vines.spreadWidth(int spreadWidth) Sets the spread width of the vines.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
spreadWidth
Sets the spread width of the vines.- Parameters:
spreadWidth- the spread width- Returns:
- this builder
- Since:
- 3.0.0
-
spreadHeight
Sets the spread height of the vines.- Parameters:
spreadHeight- the spread height- Returns:
- this builder
- Since:
- 3.0.0
-
maxHeight
Sets the maximum height of the vines.- Parameters:
maxHeight- the maximum height- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the configuration.- Returns:
- the built configuration
- Since:
- 3.0.0
-