Class GeodeLayerSettings.Builder
java.lang.Object
dev.wyck.worldgen.feature.configurations.geode.GeodeLayerSettings.Builder
- Enclosing interface:
GeodeLayerSettings
Builder for
GeodeLayerSettings.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the settings.filling(double filling) Sets the thickness of the filling layer.innerLayer(double innerLayer) Sets the thickness of the inner layer.middleLayer(double middleLayer) Sets the thickness of the middle layer.outerLayer(double outerLayer) Sets the thickness of the outer layer.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
filling
Sets the thickness of the filling layer.- Parameters:
filling- the filling layer thickness- Returns:
- this builder
- Since:
- 3.0.0
-
innerLayer
Sets the thickness of the inner layer.- Parameters:
innerLayer- the inner layer thickness- Returns:
- this builder
- Since:
- 3.0.0
-
middleLayer
Sets the thickness of the middle layer.- Parameters:
middleLayer- the middle layer thickness- Returns:
- this builder
- Since:
- 3.0.0
-
outerLayer
Sets the thickness of the outer layer.- Parameters:
outerLayer- the outer layer thickness- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the settings.- Returns:
- the settings
- Since:
- 3.0.0
-