Uses of Class
dev.wyck.worldgen.feature.configurations.WeightedRandomFeatureConfiguration.Builder
Packages that use WeightedRandomFeatureConfiguration.Builder
-
Uses of WeightedRandomFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return WeightedRandomFeatureConfiguration.BuilderModifier and TypeMethodDescriptionWeightedRandomFeatureConfiguration.builder()Creates a new builder.WeightedRandomFeatureConfiguration.Builder.feature(PlacedFeature feature) Adds a feature with a weight of 1.WeightedRandomFeatureConfiguration.Builder.feature(PlacedFeature feature, int weight) Adds a feature with the given weight.WeightedRandomFeatureConfiguration.toBuilder()Converts this object back to a builder.FeatureConfiguration.weightedRandom()Creates a builder for aWeightedRandomFeatureConfiguration.