Uses of Class
dev.wyck.worldgen.feature.configurations.TemplateFeatureConfiguration.Builder
Packages that use TemplateFeatureConfiguration.Builder
-
Uses of TemplateFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return TemplateFeatureConfiguration.BuilderModifier and TypeMethodDescriptionTemplateFeatureConfiguration.builder()Creates a new builder.TemplateFeatureConfiguration.Builder.template(TemplateFeatureConfiguration.TemplateEntry template) Adds a template entry with a weight of 1.TemplateFeatureConfiguration.Builder.template(TemplateFeatureConfiguration.TemplateEntry template, int weight) Adds a template entry with the given weight.FeatureConfiguration.templateFeature()Creates a builder for aTemplateFeatureConfiguration.TemplateFeatureConfiguration.toBuilder()Converts this object back to a builder.