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