Uses of Class
dev.wyck.worldgen.feature.configurations.RandomBooleanFeatureConfiguration.Builder
Packages that use RandomBooleanFeatureConfiguration.Builder
-
Uses of RandomBooleanFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return RandomBooleanFeatureConfiguration.BuilderModifier and TypeMethodDescriptionRandomBooleanFeatureConfiguration.builder()Creates a new builder.RandomBooleanFeatureConfiguration.Builder.featureFalse(PlacedFeature featureFalse) Sets the placed feature to use when the random boolean is false.RandomBooleanFeatureConfiguration.Builder.featureTrue(PlacedFeature featureTrue) Sets the placed feature to use when the random boolean is true.FeatureConfiguration.randomBoolean()Creates a builder for aRandomBooleanFeatureConfiguration.RandomBooleanFeatureConfiguration.toBuilder()Converts this object back to a builder.