Uses of Class
dev.wyck.worldgen.placement.NoiseThresholdCountPlacement.Builder
Packages that use NoiseThresholdCountPlacement.Builder
-
Uses of NoiseThresholdCountPlacement.Builder in dev.wyck.worldgen.placement
Methods in dev.wyck.worldgen.placement that return NoiseThresholdCountPlacement.BuilderModifier and TypeMethodDescriptionNoiseThresholdCountPlacement.Builder.aboveNoise(int aboveNoise) Sets the above noise count.NoiseThresholdCountPlacement.Builder.belowNoise(int belowNoise) Sets the below noise count.NoiseThresholdCountPlacement.builder()Creates a new builder.NoiseThresholdCountPlacement.Builder.noiseLevel(double noiseLevel) Sets the noise level.PlacementModifier.noiseThresholdCount()A new builder for the noise-based placement modifier.NoiseThresholdCountPlacement.toBuilder()Converts this object back to a builder.