Uses of Class
dev.wyck.worldgen.feature.configurations.RandomFeatureConfiguration.Builder
Packages that use RandomFeatureConfiguration.Builder
-
Uses of RandomFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return RandomFeatureConfiguration.BuilderModifier and TypeMethodDescriptionRandomFeatureConfiguration.builder()Creates a new builder.RandomFeatureConfiguration.Builder.defaultFeature(PlacedFeature defaultFeature) Sets the default placed feature.RandomFeatureConfiguration.Builder.feature(RandomFeatureConfiguration.WeightedPlacedFeature... features) Adds multiple weighted placed features to the list.RandomFeatureConfiguration.Builder.feature(PlacedFeature feature, float chance) Adds a weighted placed feature to the list.RandomFeatureConfiguration.Builder.features(List<RandomFeatureConfiguration.WeightedPlacedFeature> features) Sets the list of weighted placed features.FeatureConfiguration.random()Creates a builder for aRandomFeatureConfiguration.RandomFeatureConfiguration.toBuilder()Converts this configuration to a builder.