Class BiasedToBottomHeight.Builder
java.lang.Object
dev.wyck.worldgen.heightproviders.HeightProvider.HeightProviderBuilder<BiasedToBottomHeight, BiasedToBottomHeight.Builder>
dev.wyck.worldgen.heightproviders.BiasedToBottomHeight.Builder
- Enclosing interface:
BiasedToBottomHeight
@AsOf("3.0.0")
public static final class BiasedToBottomHeight.Builder
extends HeightProvider.HeightProviderBuilder<BiasedToBottomHeight, BiasedToBottomHeight.Builder>
Builder for
BiasedToBottomHeight.- Since:
- 3.0.0
-
Field Summary
Fields inherited from class HeightProvider.HeightProviderBuilder
maxInclusive, minInclusive -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HeightProvider.HeightProviderBuilder
max, maxInclusive, min, minInclusive
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
inner
Sets the bias factor.- Parameters:
inner- the bias factor- Returns:
- this builder
- Since:
- 3.0.0
-
build
Description copied from class:HeightProvider.HeightProviderBuilderBuilds the height provider.- Specified by:
buildin classHeightProvider.HeightProviderBuilder<BiasedToBottomHeight, BiasedToBottomHeight.Builder>- Returns:
- the height provider
-