Class LayerConfiguration.Builder
java.lang.Object
dev.wyck.worldgen.feature.configurations.LayerConfiguration.Builder
- Enclosing interface:
LayerConfiguration
Builder for
LayerConfiguration.- Since:
- 3.0.0
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
height
Sets the height of the layer.- Parameters:
height- the height of the layer- Returns:
- this builder
- Since:
- 3.0.0
-
state
Sets the block to fill the layer with.- Parameters:
state- the block to fill the layer with- Returns:
- this builder
- Since:
- 3.0.0
-
state
Sets the block to fill the layer with.- Parameters:
material- the block to fill the layer with- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the configuration.- Returns:
- the configuration
- Since:
- 3.0.0
-