Class CarverDebugSettings.Builder
java.lang.Object
dev.wyck.worldgen.carver.CarverDebugSettings.Builder
- Enclosing interface:
CarverDebugSettings
Builder for
CarverDebugSettings.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the block state to use for air.Sets the block state to use for air.barrierState(BlockData barrierState) Sets the block state to use for barriers.barrierState(Material barrierState) Sets the block state to use for barriers.build()Builds the debug settings.Enables debug mode.debugMode(boolean debugMode) Sets whether to enable debug mode.Sets the block state to use for lava.Sets the block state to use for lava.waterState(BlockData waterState) Sets the block state to use for water.waterState(Material waterState) Sets the block state to use for water.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
debugMode
Sets whether to enable debug mode.- Parameters:
debugMode- whether to enable debug mode- Returns:
- this builder
- Since:
- 3.0.0
-
airState
Sets the block state to use for air.- Parameters:
airState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
waterState
Sets the block state to use for water.- Parameters:
waterState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
lavaState
Sets the block state to use for lava.- Parameters:
lavaState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
barrierState
Sets the block state to use for barriers.- Parameters:
barrierState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
debugMode
Enables debug mode.- Returns:
- this builder
- Since:
- 3.0.0
-
airState
Sets the block state to use for air.- Parameters:
airState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
waterState
Sets the block state to use for water.- Parameters:
waterState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
lavaState
Sets the block state to use for lava.- Parameters:
lavaState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
barrierState
Sets the block state to use for barriers.- Parameters:
barrierState- the block state- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the debug settings.- Returns:
- the debug settings
- Since:
- 3.0.0
-