Class NoiseGeneratorSettings.Builder
java.lang.Object
dev.wyck.wrapper.level.noise.NoiseGeneratorSettings.Builder
- Enclosing interface:
NoiseGeneratorSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaquifersEnabled(boolean aquifersEnabled) build()defaultBlock(Material defaultBlock) defaultFluid(Material defaultFluid) disableMobGeneration(boolean disableMobGeneration) Deprecated.deprecated as it in Minecraft.noiseRouter(NoiseRouter noiseRouter) noiseSettings(NoiseSettings noiseSettings) oreVeinsEnabled(boolean oreVeinsEnabled) register()resourceKey(@Nullable ResourceKey resourceKey) seaLevel(int seaLevel) spawnTarget(List<ClimatePoint> spawnTarget) surfaceRule(SurfaceRule surfaceRule) useLegacyRandomSource(boolean useLegacyRandomSource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceKey
-
noiseSettings
-
defaultBlock
-
defaultFluid
-
noiseRouter
-
surfaceRule
-
spawnTarget
-
seaLevel
-
disableMobGeneration
@Deprecated @AsOf("2.4.0") public NoiseGeneratorSettings.Builder disableMobGeneration(boolean disableMobGeneration) Deprecated.deprecated as it in Minecraft.- Parameters:
disableMobGeneration- whether to disable mob generation- Returns:
- this builder, for chaining
- Since:
- 2.4.0
-
aquifersEnabled
-
oreVeinsEnabled
-
useLegacyRandomSource
@AsOf("2.4.0") public NoiseGeneratorSettings.Builder useLegacyRandomSource(boolean useLegacyRandomSource) -
build
-
register
-