Class CustomComposedCarver.Builder<C>
java.lang.Object
dev.wyck.worldgen.carver.types.CustomComposedCarver.Builder<C>
- Type Parameters:
C- The configuration type
- Enclosing interface:
CustomComposedCarver<C>
A builder for
CustomComposedCarver.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the composed carver.carver(CustomCarver<C> carver) Sets the custom carver.Sets the configuration of the custom carver.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
carver
Sets the custom carver.- Parameters:
carver- the custom carver- Returns:
- this builder
- Since:
- 3.0.0
-
config
Sets the configuration of the custom carver.- Parameters:
config- the configuration of the custom carver- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the composed carver.- Returns:
- the composed carver
- Since:
- 3.0.0
-