Uses of Record Class
dev.wyck.worldgen.feature.configurations.RandomFeatureConfiguration.WeightedPlacedFeature
Packages that use RandomFeatureConfiguration.WeightedPlacedFeature
-
Uses of RandomFeatureConfiguration.WeightedPlacedFeature in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return RandomFeatureConfiguration.WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomFeatureConfiguration.weighted(PlacedFeature feature, float chance) Creates a new weighted placed feature.Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type RandomFeatureConfiguration.WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomFeatureConfiguration.features()Gets the list of weighted placed features.Methods in dev.wyck.worldgen.feature.configurations with parameters of type RandomFeatureConfiguration.WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomFeatureConfiguration.Builder.feature(RandomFeatureConfiguration.WeightedPlacedFeature... features) Adds multiple weighted placed features to the list.Method parameters in dev.wyck.worldgen.feature.configurations with type arguments of type RandomFeatureConfiguration.WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomFeatureConfiguration.Builder.features(List<RandomFeatureConfiguration.WeightedPlacedFeature> features) Sets the list of weighted placed features.static RandomFeatureConfigurationRandomFeatureConfiguration.of(List<RandomFeatureConfiguration.WeightedPlacedFeature> features, PlacedFeature defaultFeature) Creates a new random feature configuration.