Uses of Class
dev.wyck.worldgen.feature.configurations.DripstoneClusterConfiguration.Builder
Packages that use DripstoneClusterConfiguration.Builder
-
Uses of DripstoneClusterConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return DripstoneClusterConfiguration.BuilderModifier and TypeMethodDescriptionDripstoneClusterConfiguration.builder()Creates a new builder.DripstoneClusterConfiguration.Builder.chanceOfDripstoneColumnAtMaxDistanceFromCenter(float chanceOfDripstoneColumnAtMaxDistanceFromCenter) Sets the chance of a dripstone column generating at the maximum distance from the center.DripstoneClusterConfiguration.Builder.density(FloatProvider density) Sets the density of the cluster.DripstoneClusterConfiguration.Builder.dripstoneBlockLayerThickness(IntProvider dripstoneBlockLayerThickness) Sets the dripstone block layer's thickness.FeatureConfiguration.dripstoneCluster()Creates a builder for aDripstoneClusterConfiguration.DripstoneClusterConfiguration.Builder.floorToCeilingSearchRange(int floorToCeilingSearchRange) Sets how many blocks the feature searches for the floor or ceiling.DripstoneClusterConfiguration.Builder.height(IntProvider height) Sets the height of the cluster.DripstoneClusterConfiguration.Builder.heightDeviation(int heightDeviation) Sets the height deviation.DripstoneClusterConfiguration.Builder.maxDistanceFromCenterAffectingHeightBias(int maxDistanceFromCenterAffectingHeightBias) Sets the maximum distance from the center that affects the height bias.DripstoneClusterConfiguration.Builder.maxDistanceFromEdgeAffectingChanceOfDripstoneColumn(int maxDistanceFromEdgeAffectingChanceOfDripstoneColumn) Sets the maximum distance from the edge that affects the chance of a dripstone column.DripstoneClusterConfiguration.Builder.maxStalagmiteStalactiteHeightDiff(int maxStalagmiteStalactiteHeightDiff) Sets the maximum height difference between stalagmites and stalactites.DripstoneClusterConfiguration.Builder.radius(IntProvider radius) Sets the radius of the cluster.DripstoneClusterConfiguration.toBuilder()Converts this object back to a builder.DripstoneClusterConfiguration.Builder.wetness(FloatProvider wetness) Sets the wetness of the cluster.