Class DeltaFeatureConfiguration.Builder
java.lang.Object
dev.wyck.worldgen.feature.configurations.DeltaFeatureConfiguration.Builder
- Enclosing interface:
DeltaFeatureConfiguration
Builder for
DeltaFeatureConfiguration.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configuration.Sets the block to use on the inside of the delta.Sets the block to use for the rim of the delta.rimSize(IntProvider rimSize) Sets the size of the rim of the delta.size(IntProvider size) Sets the size of the inside of the delta.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
contents
Sets the block to use on the inside of the delta.- Parameters:
contents- the contents block- Returns:
- this builder
- Since:
- 3.0.0
-
rim
Sets the block to use for the rim of the delta.- Parameters:
rim- the rim block- Returns:
- this builder
- Since:
- 3.0.0
-
size
Sets the size of the inside of the delta.- Parameters:
size- the size- Returns:
- this builder
- Since:
- 3.0.0
-
rimSize
Sets the size of the rim of the delta.- Parameters:
rimSize- the rim size- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the configuration.- Returns:
- the configuration
- Since:
- 3.0.0
-