Uses of Class
dev.wyck.wrapper.worldgen.carver.CanyonCarverConfiguration.Builder
Packages that use CanyonCarverConfiguration.Builder
-
Uses of CanyonCarverConfiguration.Builder in dev.wyck.wrapper.worldgen.carver
Methods in dev.wyck.wrapper.worldgen.carver that return CanyonCarverConfiguration.BuilderModifier and TypeMethodDescriptionCanyonCarverConfiguration.builder()Creates a new Builder for CanyonCarverConfiguration.CanyonCarverConfiguration.Builder.debugSettings(CarverDebugSettings debugSettings) Sets the debug settings of the carver.CanyonCarverConfiguration.Builder.lavaLevel(VerticalAnchor lavaLevel) Sets the lava level of the carver.CanyonCarverConfiguration.Builder.probability(float probability) Sets the probability of the carver being generated.CanyonCarverConfiguration.Builder.replaceable(Collection<Material> replaceable) Sets the replaceable materials of the carver.CanyonCarverConfiguration.Builder.shape(CanyonShapeConfiguration shape) Sets the shape of the carver.CanyonCarverConfiguration.Builder.verticalRotation(FloatProvider verticalRotation) Sets the vertical rotation of the carver.CanyonCarverConfiguration.Builder.y(HeightProvider y) Sets the y-coordinate of the carver.CanyonCarverConfiguration.Builder.yScale(FloatProvider yScale) Sets the y-scale of the carver.