Class FlatLayerInfo.Builder
java.lang.Object
dev.wyck.worldgen.chunk.flat.FlatLayerInfo.Builder
- Enclosing interface:
FlatLayerInfo
Builder for
FlatLayerInfo.- Since:
- 3.0.0
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
block
Sets the block.- Parameters:
block- the block- Returns:
- this builder
- Since:
- 3.0.0
-
height
Sets the height.- Parameters:
height- the height- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the FlatLayerInfo.- Returns:
- the FlatLayerInfo
- Since:
- 3.0.0
-