Uses of Class
dev.wyck.worldgen.carver.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder
Packages that use CanyonCarverConfiguration.CanyonShapeConfiguration.Builder
-
Uses of CanyonCarverConfiguration.CanyonShapeConfiguration.Builder in dev.wyck.worldgen.carver
Methods in dev.wyck.worldgen.carver that return CanyonCarverConfiguration.CanyonShapeConfiguration.BuilderModifier and TypeMethodDescriptionCanyonCarverConfiguration.CanyonShapeConfiguration.builder()Creates a new builder.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.distanceFactor(FloatProvider distanceFactor) Sets the distance factor for the canyon shape.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.horizontalRadiusFactor(FloatProvider horizontalRadiusFactor) Sets the horizontal radius factor of the canyon shape.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.thickness(FloatProvider thickness) Sets the thickness of the canyon shape.CanyonCarverConfiguration.CanyonShapeConfiguration.toBuilder()Converts this object back to a builder.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.verticalRadiusCenterFactor(float verticalRadiusCenterFactor) Sets the vertical radius center factor of the canyon shape.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.verticalRadiusDefaultFactor(float verticalRadiusDefaultFactor) Sets the vertical radius default factor of the canyon shape.CanyonCarverConfiguration.CanyonShapeConfiguration.Builder.widthSmoothness(int widthSmoothness) Sets the width smoothness of the canyon shape.